public interface InstanceofExpression extends Expression
instance of
expression.
[JLS3:15.20.2] Type Comparison Operator instanceof
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Returns the target term.
|
Type |
getType()
Returns the target type.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getExpression()
Type getType()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.