|
|||||||||||
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.syntax.parser | The main parser of Groovy code into the Groovy AST model (Abstract Syntax Tree) |
Uses of VariableExpression in org.codehaus.groovy.ast |
Methods in org.codehaus.groovy.ast with parameters of type VariableExpression | |
void |
CodeVisitorSupport.visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
|
void |
GroovyCodeVisitor.visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
|
Uses of VariableExpression in org.codehaus.groovy.ast.expr |
Fields in org.codehaus.groovy.ast.expr declared as VariableExpression | |
static org.codehaus.groovy.ast.expr.VariableExpression |
VariableExpression.THIS_EXPRESSION
|
Uses of VariableExpression in org.codehaus.groovy.classgen |
Methods in org.codehaus.groovy.classgen with parameters of type VariableExpression | |
void |
ClassGenerator.visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
|
void |
VariableScopeCodeVisitor.visitVariableExpression(org.codehaus.groovy.ast.expr.VariableExpression expression)
|
protected void |
VariableScopeCodeVisitor.declareVariable(org.codehaus.groovy.ast.expr.VariableExpression varExp)
|
Uses of VariableExpression in org.codehaus.groovy.syntax.parser |
Methods in org.codehaus.groovy.syntax.parser that return VariableExpression | |
protected org.codehaus.groovy.ast.expr.VariableExpression |
ASTBuilder.variableExpression(org.codehaus.groovy.syntax.parser.CSTNode expressionRoot)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |