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.1 $
Author:
James Strachan

Field Summary
 
Fields inherited from class org.codehaus.groovy.ast.ASTNode
EMPTY_STRING_ARRAY
 
Constructor Summary
ClassExpression(String type)
           
 
Method Summary
 String getText()
           
 String getType()
           
 String toString()
           
 void visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor)
           
 
Methods inherited from class org.codehaus.groovy.ast.ASTNode
getColumnNumber, getLineNumber, setColumnNumber, setCSTNode, setLineNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClassExpression

public ClassExpression(String type)
Method Detail

visit

public void visit(org.codehaus.groovy.ast.GroovyCodeVisitor visitor)
Overrides:
visit in class ASTNode

getType

public String getType()

getText

public String getText()
Overrides:
getText in class ASTNode

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2003 The Codehaus. All Rights Reserved.