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
-
Field Summary
FieldsFields inherited from class org.immutables.generator.processor.Balancing.BlockScope
parentFields inherited from class org.immutables.generator.processor.Balancing.Scope
parts -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.immutables.generator.processor.Balancing.BlockScope
correct, end, incorrect
-
Field Details
-
directive
-
-
Constructor Details
-
LetScope
LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)
-
-
Method Details
-
createPart
ImmutableTrees.LetStatement createPart()- Specified by:
createPartin classBalancing.BlockScope
-