public class TypeExpr extends Expression
| Constructor and Description |
|---|
TypeExpr() |
TypeExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
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) |
contains, equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, isInEqualLocation, isNewNode, isPreviousThan, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic TypeExpr()
public TypeExpr(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)
Copyright © 2015. All rights reserved.