[Java] Class FieldExpression
- org.codehaus.groovy.ast.expr.FieldExpression
public class FieldExpression
extends Expression
Represents a field access such as the expression "this.foo".
Constructor Summary
Methods Summary
Inherited Methods Summary
Inherited Methods
Methods inherited from class | Name |
class Expression | getType, setType, transformExpression, transformExpressions, transformExpressions |
class AnnotatedNode | addAnnotation, addAnnotations, getAnnotations, getAnnotations, getDeclaringClass, getGroovydoc, getInstance, hasNoRealSourcePosition, isSynthetic, setDeclaringClass, setHasNoRealSourcePosition, setSynthetic |
class ASTNode | copyNodeMetaData, getColumnNumber, getLastColumnNumber, getLastLineNumber, getLineNumber, getMetaDataMap, getText, setColumnNumber, setLastColumnNumber, setLastLineNumber, setLineNumber, setMetaDataMap, setSourcePosition, visit |
Constructor Detail
public FieldExpression(FieldNode field)
Method Detail
public String getFieldName()
public boolean isDynamicTyped()
public boolean isUseReferenceDirectly()
public void setUseReferenceDirectly(boolean useRef)