|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectparser.SimpleNode
parser.AST_Start
public class AST_Start
Start node of the AST.
Field Summary | |
---|---|
boolean |
isHelp
True if this is the "help" command; false otherwise. |
boolean |
isQuit
True if this is an "quit" command; false otherwise. |
boolean |
isStats
True if this is the "stats" command; false otherwise. |
Fields inherited from class parser.SimpleNode |
---|
children, id, parent, parser |
Constructor Summary | |
---|---|
AST_Start(int id)
|
|
AST_Start(MiniSql p,
int id)
|
Method Summary | |
---|---|
Node |
getStmt()
Gets the default statement node. |
int |
getType()
Gets the type of the parsed statement. |
Methods inherited from class parser.SimpleNode |
---|
dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtOpen, jjtSetParent, toString, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean isHelp
public boolean isStats
public boolean isQuit
Constructor Detail |
---|
public AST_Start(int id)
public AST_Start(MiniSql p, int id)
Method Detail |
---|
public int getType()
MiniSqlTreeConstants
public Node getStmt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |