public interface InstanceOfTree extends ExpressionTree
instanceof
expression.
For example:
expression instanceof type
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
Returns the expression to be tested.
|
Tree |
getType()
Returns the type for which to check.
|
ExpressionTree getExpression()
Tree getType()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-03-31-172659.buildd.src