JDMInformItempublic class JDMInformItem extends SimpleNode
Fields Summary |
---|
protected JDMInformCommunity | comm |
Constructors Summary |
---|
JDMInformItem(int id)
super(id);
| JDMInformItem(Parser p, int id)
super(p, id);
|
Methods Summary |
---|
public JDMInformCommunity | getCommunity()
return comm;
| public static Node | jjtCreate(int id)
return new JDMInformItem(id);
| public static Node | jjtCreate(Parser p, int id)
return new JDMInformItem(p, id);
|
|