|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openrdf.query.parser.serql.ast.SimpleNode
org.openrdf.query.parser.serql.ast.ASTNode
public class ASTNode
| Field Summary |
|---|
| Fields inherited from class org.openrdf.query.parser.serql.ast.SimpleNode |
|---|
children, id, parent, parser |
| Constructor Summary | |
|---|---|
ASTNode(int id)
|
|
ASTNode(SyntaxTreeBuilder p,
int id)
|
|
| Method Summary | |
|---|---|
java.util.List<ASTNodeElem> |
getNodeElemList()
|
java.lang.Object |
jjtAccept(SyntaxTreeBuilderVisitor visitor,
java.lang.Object data)
Accept the visitor. |
| Methods inherited from class org.openrdf.query.parser.serql.ast.SimpleNode |
|---|
childrenAccept, dump, dump, jjtAddChild, jjtAppendChild, jjtClose, jjtGetChild, jjtGetChild, jjtGetChildren, jjtGetChildren, jjtGetNumChildren, jjtGetParent, jjtInsertChild, jjtOpen, jjtReplaceChild, jjtReplaceWith, jjtSetParent, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ASTNode(int id)
public ASTNode(SyntaxTreeBuilder p,
int id)
| Method Detail |
|---|
public java.lang.Object jjtAccept(SyntaxTreeBuilderVisitor visitor,
java.lang.Object data)
throws VisitorException
SimpleNode
jjtAccept in interface NodejjtAccept in class SimpleNodeVisitorExceptionpublic java.util.List<ASTNodeElem> getNodeElemList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||