org.codehaus.groovy.ast.expr
Class ClassExpression
java.lang.Object
org.codehaus.groovy.ast.ASTNode
org.codehaus.groovy.ast.expr.Expression
org.codehaus.groovy.ast.expr.ClassExpression
- public class ClassExpression
- extends Expression
Represents access to a Java/Groovy class in an expression, such
as when invoking a static method or accessing a static type
- Version:
- $Revision: 1.4 $
- Author:
- James Strachan
Methods inherited from class org.codehaus.groovy.ast.expr.Expression |
getFailure, getType, getTypeClass, isDynamic, isResolveFailed, isTypeResolved, resolve, setFailure, setResolveFailed, setType, setTypeClass, setTypeResolved, shouldContinue, transformExpressions |
ClassExpression
public ClassExpression(String type)
ClassExpression
public ClassExpression(Class cls)
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
- Parameters:
transformer
-
- Returns:
getText
public String getText()
- Overrides:
getText
in class ASTNode
toString
public String toString()
resolveType
protected void resolveType(AsmClassGenerator resolver)
- Specified by:
resolveType
in class Expression
Copyright © 2003-2005 The Codehaus. All Rights Reserved.