モジュール jdk.compiler
パッケージ com.sun.source.tree

インタフェースAssertTree

すべてのスーパー・インタフェース:
StatementTree, Tree

public interface AssertTree extends StatementTree
assert文のツリー・ノード。 たとえば:
   assert condition ;

   assert condition : detail ;
 
Java言語仕様を参照してください:
14.10 assert文
導入されたバージョン:
1.6