Interface DebuggerTree

All Superinterfaces:
StatementTree, Tree

public interface DebuggerTree extends StatementTree
A tree node for a 'debugger' statement. For example:
     debugger;
 
Since:
9