|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.lang.rdql.SimpleNode
public class SimpleNode
| Constructor Summary | |
|---|---|
SimpleNode(int i)
|
|
SimpleNode(RDQLParser p,
int i)
|
|
| Method Summary | |
|---|---|
void |
dump(java.lang.String prefix)
|
void |
jjtAddChild(RDQL_Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
jjtClose()
This method is called after all the child nodes have been added. |
RDQL_Node |
jjtGetChild(int i)
This method returns a child node. |
int |
jjtGetNumChildren()
Return the number of children the node has. |
RDQL_Node |
jjtGetParent()
|
void |
jjtOpen()
This method is called after the node has been made the current node. |
void |
jjtSetParent(RDQL_Node n)
This pair of methods are used to inform the node of its parent. |
void |
postParse1(Query query)
|
void |
postParse2(Query query)
|
java.lang.String |
toString()
|
java.lang.String |
toString(java.lang.String prefix)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleNode(int i)
public SimpleNode(RDQLParser p,
int i)
| Method Detail |
|---|
public void jjtOpen()
RDQL_Node
jjtOpen in interface RDQL_Nodepublic void jjtClose()
RDQL_Node
jjtClose in interface RDQL_Nodepublic void jjtSetParent(RDQL_Node n)
RDQL_Node
jjtSetParent in interface RDQL_Nodepublic RDQL_Node jjtGetParent()
jjtGetParent in interface RDQL_Node
public void jjtAddChild(RDQL_Node n,
int i)
RDQL_Node
jjtAddChild in interface RDQL_Nodepublic RDQL_Node jjtGetChild(int i)
RDQL_Node
jjtGetChild in interface RDQL_Nodepublic int jjtGetNumChildren()
RDQL_Node
jjtGetNumChildren in interface RDQL_Nodepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toString(java.lang.String prefix)
public void postParse2(Query query)
public void postParse1(Query query)
public void dump(java.lang.String prefix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||