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