public interface InstanceOfTree extends ExpressionTree
expression instanceof type
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
Returns the expression whose type is being checked.
|
Tree |
getType()
Returns the type expression.
|
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getExpression()
Tree getType()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-ea+126