Class Balancing.TemplateScope
- java.lang.Object
-
- org.immutables.generator.processor.Balancing.Scope
-
- org.immutables.generator.processor.Balancing.BlockScope
-
- org.immutables.generator.processor.Balancing.TemplateScope
-
- Enclosing class:
- Balancing
private static final class Balancing.TemplateScope extends Balancing.BlockScope
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableTrees.Templatetemplate-
Fields inherited from class org.immutables.generator.processor.Balancing.BlockScope
parent
-
Fields inherited from class org.immutables.generator.processor.Balancing.Scope
parts
-
-
Constructor Summary
Constructors Constructor Description TemplateScope(ImmutableTrees.Template template)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadd(Trees.TemplatePart part)(package private) ImmutableTrees.Templatebalance()(package private) ImmutableTrees.TemplatecreatePart()-
Methods inherited from class org.immutables.generator.processor.Balancing.BlockScope
correct, end, incorrect
-
-
-
-
Field Detail
-
template
private final ImmutableTrees.Template template
-
-
Constructor Detail
-
TemplateScope
TemplateScope(ImmutableTrees.Template template)
-
-
Method Detail
-
balance
ImmutableTrees.Template balance()
-
add
void add(Trees.TemplatePart part)
- Overrides:
addin classBalancing.Scope
-
createPart
ImmutableTrees.Template createPart()
- Specified by:
createPartin classBalancing.BlockScope
-
-