Interface ElseClauseTree

All Superinterfaces:
Tree
All Known Implementing Classes:
ElseClauseTreeImpl

public interface ElseClauseTree extends Tree
Else clause of if statement (see IfStatementTree).
   else : statements()   // here statements() can contain any number of elements
   else statements()   // here statements() should contain one element