org.codehaus.groovy.ast.expr
Class FieldExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.AnnotatedNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.FieldExpression
public class FieldExpression
- extends Expression
Represents a field access such as the expression "this.foo".
- Version:
- $Revision: 16296 $
- Author:
- James Strachan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FieldExpression
public FieldExpression(FieldNode field)
visit
public void visit(GroovyCodeVisitor visitor)
- Overrides:
visit
in class ASTNode
transformExpression
public Expression transformExpression(ExpressionTransformer transformer)
- Description copied from class:
Expression
- Return a copy of the expression calling the transformer on any nested expressions
- Specified by:
transformExpression
in class Expression
getFieldName
public String getFieldName()
getField
public FieldNode getField()
getText
public String getText()
- Overrides:
getText
in class ASTNode
isDynamicTyped
public boolean isDynamicTyped()
setType
public void setType(ClassNode type)
- Overrides:
setType
in class Expression
getType
public ClassNode getType()
- Overrides:
getType
in class Expression
setUseReferenceDirectly
public void setUseReferenceDirectly(boolean useRef)
isUseReferenceDirectly
public boolean isUseReferenceDirectly()