Interface Trees.IfStatement
-
- All Superinterfaces:
Trees.Synthetic,Trees.TemplatePart
- All Known Implementing Classes:
ImmutableTrees.IfStatement
- Enclosing class:
- Trees
@Immutable public static interface Trees.IfStatement extends Trees.TemplatePart, Trees.Synthetic
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.common.base.Optional<Trees.Block>otherwise()java.util.List<Trees.ConditionalBlock>otherwiseIf()Trees.ConditionalBlockthen()
-
-
-
Method Detail
-
then
Trees.ConditionalBlock then()
-
otherwiseIf
java.util.List<Trees.ConditionalBlock> otherwiseIf()
-
otherwise
com.google.common.base.Optional<Trees.Block> otherwise()
-
-