public interface IfTree extends StatementTree
if ( condition ) thenStatement if ( condition ) thenStatement else elseStatement
修飾子と型 | メソッドと説明 |
---|---|
ExpressionTree |
getCondition() |
StatementTree |
getElseStatement() |
StatementTree |
getThenStatement() |
ExpressionTree getCondition()
StatementTree getThenStatement()
StatementTree getElseStatement()
Copyright © 2005, 2013, Oracle and/or its affiliates. All rights reserved.