Class Balancing.LetScope
- java.lang.Object
-
- org.immutables.generator.processor.Balancing.Scope
-
- org.immutables.generator.processor.Balancing.BlockScope
-
- org.immutables.generator.processor.Balancing.LetScope
-
- Enclosing class:
- Balancing
private static class Balancing.LetScope extends Balancing.BlockScope
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableTrees.Letdirective-
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 LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ImmutableTrees.LetStatementcreatePart()-
Methods inherited from class org.immutables.generator.processor.Balancing.BlockScope
correct, end, incorrect
-
-
-
-
Field Detail
-
directive
private final ImmutableTrees.Let directive
-
-
Constructor Detail
-
LetScope
LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)
-
-
Method Detail
-
createPart
ImmutableTrees.LetStatement createPart()
- Specified by:
createPartin classBalancing.BlockScope
-
-