Class Trees.ForStatement
- java.lang.Object
-
- org.immutables.generator.processor.Trees.ForStatement
-
- All Implemented Interfaces:
Trees.Block,Trees.Synthetic,Trees.TemplatePart
- Direct Known Subclasses:
ImmutableTrees.ForStatement
- Enclosing class:
- Trees
@Immutable public abstract static class Trees.ForStatement extends java.lang.Object implements Trees.Block, Trees.Synthetic
-
-
Constructor Summary
Constructors Constructor Description ForStatement()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.util.List<Trees.GeneratorDeclaration>declaration()booleanuseDelimit()booleanuseForAccess()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.immutables.generator.processor.Trees.Block
parts
-
-
-
-
Method Detail
-
useForAccess
@Default public boolean useForAccess()
-
useDelimit
@Default public boolean useDelimit()
-
declaration
public abstract java.util.List<Trees.GeneratorDeclaration> declaration()
-
-