File
Doc
Category
Size
Date
Package
TypeCastTree.java
API Doc
Java SE 6 API
741
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
TypeCastTree
public interface TypeCastTree implements ExpressionTree
A tree node for a type cast expression. For example:
(
type
)
expression
see
"The Java Language Specification, 3rd ed, section 15.16"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getExpression
()
public
com.sun.source.tree.Tree
getType
()
Java Code Source