|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Node | |
---|---|
org.ascape.query.parser |
Uses of Node in org.ascape.query.parser |
---|
Classes in org.ascape.query.parser that implement Node | |
---|---|
class |
QTBooleanAnd
|
class |
QTBooleanOr
|
class |
QTBooleanPhrase
|
class |
QTComparisonOperator
|
class |
QTContains
|
class |
QTCriteria
|
class |
QTCriteriaSubNode
|
class |
QTEqual
|
class |
QTField
|
class |
QTGreaterThan
|
class |
QTInput
|
class |
QTLessThan
|
class |
QTNonQuotedString
|
class |
QTNotEqual
|
class |
QTNumberString
|
class |
QTOperator
|
class |
QTProperty
|
class |
QTQuotedString
|
class |
QTStartsWith
|
class |
QTStringOperatorNode
|
class |
QTStringOrNumberOperatorNode
|
class |
QTSubExpression
|
class |
QTValue
|
class |
QTWildCard
|
class |
SimpleNode
|
Fields in org.ascape.query.parser declared as Node | |
---|---|
protected Node[] |
SimpleNode.children
|
protected Node |
SimpleNode.parent
|
Methods in org.ascape.query.parser that return Node | |
---|---|
Node |
SimpleNode.jjtGetChild(int i)
|
Node |
Node.jjtGetChild(int i)
This method returns a child node. |
Node |
SimpleNode.jjtGetParent()
|
Node |
Node.jjtGetParent()
|
Methods in org.ascape.query.parser with parameters of type Node | |
---|---|
void |
SimpleNode.jjtAddChild(Node n,
int i)
|
void |
Node.jjtAddChild(Node n,
int i)
This method tells the node to add its argument to the node's list of children. |
void |
SimpleNode.jjtSetParent(Node n)
|
void |
Node.jjtSetParent(Node n)
This pair of methods are used to inform the node of its parent. |
void |
QTInput.validateChildren(java.lang.Object object,
Node node)
|
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |