- All Superinterfaces:
- StatementTree,- Tree
A tree node for an 
assert statement.
 For example:
 assert condition ; assert condition : detail ;
- See Java Language Specification:
- 
14.10 The assert Statement
- Since:
- 1.6
- 
Nested Class Summary
- 
Method SummaryModifier and TypeMethodDescriptionReturns the condition being asserted.Returns the detail expression.
- 
Method Details- 
getConditionExpressionTree getCondition()Returns the condition being asserted.- Returns:
- the condition
 
- 
getDetailExpressionTree getDetail()Returns the detail expression.- Returns:
- the detail expression
 
 
-