com.sun.source.tree
Interface EscapeStatTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
JCTree.JCEscapeStat

public interface EscapeStatTree
extends StatementTree


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()