|
|||||
| FRAMES NO FRAMES | |||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Represents a field access such as the expression "this.foo".
| Field Summary | |
|---|---|
FieldNode |
field
|
| Constructor Summary | |
FieldExpression(FieldNode field)
|
|
| Method Summary | |
|---|---|
FieldNode |
getField()
|
String |
getFieldName()
|
String |
getText()
|
ClassNode |
getType()
|
boolean |
isDynamicTyped()
|
void |
setType(ClassNode type)
|
Expression |
transformExpression(ExpressionTransformer transformer)
|
void |
visit(GroovyCodeVisitor visitor)
|
| Constructor Detail |
|---|
public FieldExpression(FieldNode field)
| Method Detail |
|---|
public FieldNode getField()
public String getFieldName()
public String getText()
public ClassNode getType()
public boolean isDynamicTyped()
public void setType(ClassNode type)
public Expression transformExpression(ExpressionTransformer transformer)
public void visit(GroovyCodeVisitor visitor)