|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.query.castorql.ExtendNode
public class ExtendNode
Custom Class which is extended by SimpleNode. This class can be used to add properties and methods to SimpleNode class generated by CastorQLParser.jjt
| Constructor Summary | |
|---|---|
ExtendNode()
|
|
| Method Summary | |
|---|---|
int |
getKind()
Gets the kind. |
String |
getText()
Gets the text. |
void |
setKind(int kind)
Sets the kind. |
void |
setText(String text)
Sets the text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendNode()
| Method Detail |
|---|
public final String getText()
public final void setText(String text)
text - the new textpublic final int getKind()
public final void setKind(int kind)
kind - the new kind
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||