Interface ElseifClauseTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
ElseifClauseTreeImpl

public interface ElseifClauseTree extends StatementTree
Else-if clause of if statement (see IfStatementTree).
   elseif condition() : statements()   // here statements() can contain any number of elements
   elseif condition() statements()   // here statements() should contain one element