Interface Trees.IfStatement
- All Superinterfaces:
Trees.Synthetic,Trees.TemplatePart
- All Known Implementing Classes:
ImmutableTrees.IfStatement
- Enclosing class:
Trees
-
Method Summary
-
Method Details
-
then
Trees.ConditionalBlock then() -
otherwiseIf
List<Trees.ConditionalBlock> otherwiseIf() -
otherwise
com.google.common.base.Optional<Trees.Block> otherwise()
-