|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use StaticFieldAccessExpression | |
| org.apache.jdo.impl.jdoql | |
| org.apache.jdo.impl.jdoql.tree | |
| org.apache.jdo.jdoql.tree | This package contains the query tree node interfaces, the node visitor interface and the tree walker. |
| Uses of StaticFieldAccessExpression in org.apache.jdo.impl.jdoql |
| Methods in org.apache.jdo.impl.jdoql with parameters of type StaticFieldAccessExpression | |
java.lang.Object |
MemoryQuery.leave(StaticFieldAccessExpression node,
java.lang.Object[] results)
Returns the result evaluated for the argument node. |
| Uses of StaticFieldAccessExpression in org.apache.jdo.impl.jdoql.tree |
| Classes in org.apache.jdo.impl.jdoql.tree that implement StaticFieldAccessExpression | |
class |
StaticFieldAccessExpr
This node represents a static field access expression. |
| Methods in org.apache.jdo.impl.jdoql.tree that return StaticFieldAccessExpression | |
StaticFieldAccessExpression |
Tree.newFieldAccess(java.lang.Class clazz,
java.lang.String fieldName)
Returns an instance of StaticFieldAccessExpression. |
| Uses of StaticFieldAccessExpression in org.apache.jdo.jdoql.tree |
| Methods in org.apache.jdo.jdoql.tree that return StaticFieldAccessExpression | |
StaticFieldAccessExpression |
ExpressionFactory.newFieldAccess(java.lang.Class clazz,
java.lang.String fieldName)
Returns an instance of StaticFieldAccessExpression. |
| Methods in org.apache.jdo.jdoql.tree with parameters of type StaticFieldAccessExpression | |
void |
NodeVisitor.arrive(StaticFieldAccessExpression node)
This method is called before walking any children of the argument node. |
java.lang.Object |
NodeVisitor.leave(StaticFieldAccessExpression node,
java.lang.Object[] results)
This method is called after walking the children of the argument node. |
boolean |
NodeVisitor.walkNextChild(StaticFieldAccessExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method is called before walking each child of the argument node. |
void |
AbstractNodeVisitor.arrive(StaticFieldAccessExpression node)
This method delegates to arrive casting the argument
node to FieldAccessExpression. |
java.lang.Object |
AbstractNodeVisitor.leave(StaticFieldAccessExpression node,
java.lang.Object[] results)
This method delegates to leave casting the argument
node to FieldAccessExpression. |
boolean |
AbstractNodeVisitor.walkNextChild(StaticFieldAccessExpression node,
java.lang.Object resultOfPreviousChild,
int indexOfNextChild)
This method delegates to walkNextChild casting the argument
node to FieldAccessExpression. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||