Interface InstanceOfTree
- All Superinterfaces:
ExpressionTree, Tree
- All Known Implementing Classes:
InstanceOfTreeImpl
'instanceof' expression.
JLS 15.20.2
expression()instanceoftype()
- Since:
- Java 1.3
-
Nested Class Summary
-
Method Summary
Methods inherited from interface ExpressionTree
asConstant, asConstant, symbolType
-
Method Details
-
expression
ExpressionTree expression() -
instanceofKeyword
SyntaxToken instanceofKeyword() -
type
TypeTree type()
-