Module jdk.compiler

Interface TypeCastTree

All Superinterfaces:
ExpressionTree, Tree

public interface TypeCastTree extends ExpressionTree
A tree node for a type cast expression. For example:
   ( type ) expression
 
See Java Language Specification:
15.16 Cast Expressions
Since:
1.6