@Exported public interface AssertTree extends StatementTree
assert condition ; assert condition : detail ;
修飾子と型 | メソッドと説明 |
---|---|
ExpressionTree |
getCondition() |
ExpressionTree |
getDetail() |
ExpressionTree getCondition()
ExpressionTree getDetail()
Copyright © 2005, 2014, Oracle and/or its affiliates. All rights reserved.