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

インタフェースIfTree

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

public interface IfTree extends StatementTree
if文のツリー・ノード。 たとえば:
   if ( condition )
      thenStatement

   if ( condition )
       thenStatement
   else
       elseStatement
 
Java言語仕様を参照してください:
14.9 if文
導入されたバージョン:
1.6