Interface AssertStatementTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
AssertStatementTreeImpl

@Beta public interface AssertStatementTree extends StatementTree
'assert' statement. JLS 14.10
   assert condition() ;
   assert condition() : detail() ;
 
Since:
Java 1.4