@Exported public interface AssertTree extends StatementTree
assert condition ; assert condition : detail ;
Modifier and Type | Method | Description |
---|---|---|
ExpressionTree |
getCondition() |
|
ExpressionTree |
getDetail() |
ExpressionTree getCondition()
ExpressionTree getDetail()
Copyright © 2005, 2025, Oracle and/or its affiliates. All rights reserved.