public final class ClassExpr extends Expression
| Constructor and Description | 
|---|
| ClassExpr() | 
| ClassExpr(int beginLine,
         int beginColumn,
         int endLine,
         int endColumn,
         Type type) | 
| ClassExpr(Type type) | 
| Modifier and Type | Method and Description | 
|---|---|
| <R,A> R | accept(GenericVisitor<R,A> v,
      A arg)Accept method for visitor support. | 
| <A> void | accept(VoidVisitor<A> v,
      A arg)Accept method for visitor support. | 
| Type | getType() | 
| void | setType(Type type) | 
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic ClassExpr()
public ClassExpr(Type type)
public ClassExpr(int beginLine,
                 int beginColumn,
                 int endLine,
                 int endColumn,
                 Type type)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic Type getType()
public void setType(Type type)