public class InstanceOfExpr extends Expr
| Constructor and Description |
|---|
InstanceOfExpr(Expr value,
GenericType checkedType) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
acceptVisitor(ExprVisitor<T> visitor) |
GenericType |
getCheckedType() |
Expr |
getValue() |
void |
setCheckedType(GenericType checkedType) |
void |
setValue(Expr value) |
public InstanceOfExpr(Expr value, GenericType checkedType)
public Expr getValue()
public void setValue(Expr value)
public GenericType getCheckedType()
public void setCheckedType(GenericType checkedType)
public <T> T acceptVisitor(ExprVisitor<T> visitor)
acceptVisitor in class ExprCopyright © 2019. All rights reserved.