public interface StaticFieldAccessExpression extends IdentifierExpression
IdentifierExpression
.
Static Field access expressions have exactly one child, the type of the clazz
containing the static field.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getFieldValue(javax.jdo.PersistenceManager pm)
Returns the value of the field corresponding with this static
field access expression.
|
getName, getTypeName
arrive, getChildren, getJavaClass, getObject, getParent, getTokenType, leave, setObject, setParent, walkNextChild
java.lang.Object getFieldValue(javax.jdo.PersistenceManager pm)
pm
- the persistence manager of the queryJDOQueryException
- if access to the corresponding field of this
expression is deniedCopyright © 2005-2012 Apache Software Foundation. All Rights Reserved.