public final class InstanceOfExpr extends Expression
| Constructor and Description |
|---|
InstanceOfExpr() |
InstanceOfExpr(Expression expr,
Type type) |
InstanceOfExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression expr,
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.
|
Expression |
getExpr() |
Type |
getType() |
void |
setExpr(Expression expr) |
void |
setType(Type type) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic InstanceOfExpr()
public InstanceOfExpr(Expression expr, Type type)
public InstanceOfExpr(int beginLine,
int beginColumn,
int endLine,
int endColumn,
Expression expr,
Type type)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic Expression getExpr()
public Type getType()
public void setExpr(Expression expr)
public void setType(Type type)