|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jpox.query.node.Node
public class Node
| Field Summary | |
|---|---|
java.util.List |
childNodes
|
static int |
CREATOR
creator |
static int |
IDENTIFIER
identifier |
static int |
INVOKE
invoke, such as method invocation |
static int |
LITERAL
literal |
static int |
NAME
type name |
int |
nodeType
|
java.lang.Object |
nodeValue
|
static int |
OPERATOR
operator |
Node |
parent
|
Symbol |
symbol
|
| Constructor Summary | |
|---|---|
Node(int nodeType)
|
|
Node(int nodeType,
java.lang.Object nodeValue)
|
|
| Method Summary | |
|---|---|
Node |
appendChildNode(Node node)
|
Node[] |
appendChildNode(Node[] node)
|
Node[][] |
appendChildNode(Node[][] node)
|
Node |
getChildNode(int index)
|
java.util.List |
getChildNodes()
|
Node |
getFirstChild()
|
Node |
getNextChild()
|
java.lang.String |
getNodeChildId()
|
java.lang.String |
getNodeId()
|
int |
getNodeType()
|
java.lang.Object |
getNodeValue()
|
Node |
getParent()
|
Symbol |
getSymbol()
|
boolean |
hasNextChild()
|
Node |
insertChildNode(Node node)
|
void |
setParent(Node parent)
|
void |
setSymbol(Symbol symbol)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int LITERAL
public static final int INVOKE
public static final int NAME
public static final int IDENTIFIER
public static final int OPERATOR
public static final int CREATOR
public int nodeType
public java.lang.Object nodeValue
public java.util.List childNodes
public Node parent
public Symbol symbol
| Constructor Detail |
|---|
public Node(int nodeType)
public Node(int nodeType,
java.lang.Object nodeValue)
| Method Detail |
|---|
public int getNodeType()
public java.lang.Object getNodeValue()
public java.util.List getChildNodes()
public Node insertChildNode(Node node)
public Node appendChildNode(Node node)
public Node[] appendChildNode(Node[] node)
public Node[][] appendChildNode(Node[][] node)
public Node getChildNode(int index)
public Node getFirstChild()
public Node getNextChild()
public boolean hasNextChild()
public java.lang.String toString()
toString in class java.lang.Objectpublic Symbol getSymbol()
public void setSymbol(Symbol symbol)
public void setParent(Node parent)
public Node getParent()
public java.lang.String getNodeId()
public java.lang.String getNodeChildId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||