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
private static class Balancing.InvokeScope extends Balancing.BlockScope
-
-
Field Summary
Fields Modifier and Type Field Description private ImmutableTrees.Invokedirective-
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 InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) ImmutableTrees.InvokeStatementcreatePart()-
Methods inherited from class org.immutables.generator.processor.Balancing.BlockScope
correct, end, incorrect
-
-
-
-
Field Detail
-
directive
private final ImmutableTrees.Invoke directive
-
-
Constructor Detail
-
InvokeScope
InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive)
-
-
Method Detail
-
createPart
ImmutableTrees.InvokeStatement createPart()
- Specified by:
createPartin classBalancing.BlockScope
-
-