JDMInformBlockpublic class JDMInformBlock extends SimpleNode
Constructors Summary |
---|
JDMInformBlock(int id)
super(id);
| JDMInformBlock(Parser p, int id)
super(p, id);
|
Methods Summary |
---|
public void | buildAclEntries(PrincipalImpl owner, AclImpl acl)Do no need to go through this part of the tree for
building AclEntry.
| public void | buildTrapEntries(java.util.Hashtable dest)Do no need to go through this part of the tree for
building TrapEntry.
| public static Node | jjtCreate(int id)
return new JDMInformBlock(id);
| public static Node | jjtCreate(Parser p, int id)
return new JDMInformBlock(p, id);
|
|