Class Balancing.InvokeScope
java.lang.Object
org.immutables.generator.processor.Balancing.Scope
org.immutables.generator.processor.Balancing.BlockScope
org.immutables.generator.processor.Balancing.InvokeScope
- 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
-
InvokeScope
InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive)
-
-
Method Details
-
createPart
ImmutableTrees.InvokeStatement createPart()- Specified by:
createPartin classBalancing.BlockScope
-