|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyExpression | |
---|---|
groovy.sql | Groovy helper classes for working with SQL data as Groovy objects |
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 | Compiler control classes. |
Uses of PropertyExpression in groovy.sql |
---|
Methods in groovy.sql with parameters of type PropertyExpression | |
---|---|
void |
SqlWhereVisitor.visitPropertyExpression(PropertyExpression expression)
|
Uses of PropertyExpression in org.codehaus.groovy.ast |
---|
Methods in org.codehaus.groovy.ast with parameters of type PropertyExpression | |
---|---|
void |
GroovyCodeVisitor.visitPropertyExpression(PropertyExpression expression)
|
void |
CodeVisitorSupport.visitPropertyExpression(PropertyExpression expression)
|
Uses of PropertyExpression in org.codehaus.groovy.ast.expr |
---|
Subclasses of PropertyExpression in org.codehaus.groovy.ast.expr | |
---|---|
class |
AttributeExpression
Represents an attribute access (accessing the field of a class) such as the expression "foo.@bar". |
Uses of PropertyExpression in org.codehaus.groovy.classgen |
---|
Methods in org.codehaus.groovy.classgen with parameters of type PropertyExpression | |
---|---|
private void |
VariableScopeVisitor.checkPropertyOnExplicitThis(PropertyExpression pe)
a property on "this", like this.x is transformed to a direct field access, so we need to check the static context here |
static boolean |
AsmClassGenerator.usesSuper(PropertyExpression pe)
|
private void |
AsmClassGenerator.visitAttributeOrProperty(PropertyExpression expression,
MethodCallerMultiAdapter adapter)
|
protected void |
AnnotationVisitor.visitEnumExpression(java.lang.String attrName,
PropertyExpression propExpr,
ClassNode attrType)
|
void |
VerifierCodeVisitor.visitPropertyExpression(PropertyExpression expression)
|
void |
VariableScopeVisitor.visitPropertyExpression(PropertyExpression expression)
|
void |
AsmClassGenerator.visitPropertyExpression(PropertyExpression expression)
|
Uses of PropertyExpression in org.codehaus.groovy.control |
---|
Methods in org.codehaus.groovy.control with parameters of type PropertyExpression | |
---|---|
private void |
StaticImportVisitor.checkStaticScope(PropertyExpression pe)
|
private Expression |
ResolveVisitor.correctClassClassChain(PropertyExpression pe)
|
private java.lang.String |
ResolveVisitor.lookupClassName(PropertyExpression pe)
|
protected Expression |
StaticImportVisitor.transformPropertyExpression(PropertyExpression pe)
|
protected Expression |
ResolveVisitor.transformPropertyExpression(PropertyExpression pe)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |