|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableExpression | |
---|---|
org.codehaus.groovy.ast | Groovy AST nodes for the syntax of the language |
org.codehaus.groovy.ast.expr | AST nodes for Groovy expressions |
org.codehaus.groovy.classgen | Generates Java classes for Groovy classes using ASM. |
org.codehaus.groovy.control |
Uses of VariableExpression in org.codehaus.groovy.ast |
---|
Methods in org.codehaus.groovy.ast with parameters of type VariableExpression | |
---|---|
void |
GroovyCodeVisitor.visitVariableExpression(VariableExpression expression)
|
void |
CodeVisitorSupport.visitVariableExpression(VariableExpression expression)
|
Uses of VariableExpression in org.codehaus.groovy.ast.expr |
---|
Fields in org.codehaus.groovy.ast.expr declared as VariableExpression | |
---|---|
static VariableExpression |
VariableExpression.SUPER_EXPRESSION
|
static VariableExpression |
VariableExpression.THIS_EXPRESSION
|
Methods in org.codehaus.groovy.ast.expr that return VariableExpression | |
---|---|
VariableExpression |
DeclarationExpression.getVariableExpression()
|
Constructors in org.codehaus.groovy.ast.expr with parameters of type VariableExpression | |
---|---|
DeclarationExpression(VariableExpression left,
Token operation,
Expression right)
|
Uses of VariableExpression in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen with parameters of type VariableExpression | |
---|---|
void |
AsmClassGenerator.visitVariableExpression(VariableExpression expression)
Visits a bare (unqualified) variable expression. |
void |
VariableScopeVisitor.visitVariableExpression(VariableExpression expression)
|
void |
VerifierCodeVisitor.visitVariableExpression(VariableExpression expression)
|
Uses of VariableExpression in org.codehaus.groovy.control |
---|
Methods in org.codehaus.groovy.control with parameters of type VariableExpression | |
---|---|
protected Expression |
ResolveVisitor.transformVariableExpression(VariableExpression ve)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |