JDMCommunitypublic class JDMCommunity extends SimpleNode
Fields Summary |
---|
protected String | communityString |
Constructors Summary |
---|
JDMCommunity(int id)
super(id);
| JDMCommunity(Parser p, int id)
super(p, id);
|
Methods Summary |
---|
public java.lang.String | getCommunity()
return communityString;
| public static Node | jjtCreate(int id)
return new JDMCommunity(id);
| public static Node | jjtCreate(Parser p, int id)
return new JDMCommunity(p, id);
|
|