com.sun.source.tree
Interface EscapeExprTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
JCTree.JCEscapeExpr

public interface EscapeExprTree
extends ExpressionTree


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree
Tree.Kind
 
Method Summary
 ExpressionTree getBody()
           
 
Methods inherited from interface com.sun.source.tree.Tree
accept, getKind
 

Method Detail

getBody

ExpressionTree getBody()