JDMTrapBlockpublic class JDMTrapBlock extends SimpleNode
Constructors Summary |
---|
JDMTrapBlock(int id)
super(id);
| JDMTrapBlock(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 | buildInformEntries(java.util.Hashtable dest)Do no need to go through this part of the tree for
building InformEntry.
| public static Node | jjtCreate(int id)
return new JDMTrapBlock(id);
| public static Node | jjtCreate(Parser p, int id)
return new JDMTrapBlock(p, id);
|
|