Uses of Class
org.immutables.generator.processor.Balancing.Scope
-
Packages that use Balancing.Scope Package Description org.immutables.generator.processor -
-
Uses of Balancing.Scope in org.immutables.generator.processor
Subclasses of Balancing.Scope in org.immutables.generator.processor Modifier and Type Class Description private static classBalancing.BlockScopeprivate static classBalancing.ForScopeprivate static classBalancing.IfScopeprivate static classBalancing.InvokeScopeprivate static classBalancing.LetScopeprivate static classBalancing.TemplateScopeprivate static classBalancing.UnitScopeFields in org.immutables.generator.processor declared as Balancing.Scope Modifier and Type Field Description (package private) Balancing.ScopeBalancing.BlockScope. parentprivate Balancing.ScopeBalancing.MisplacedDirective. scopeMethods in org.immutables.generator.processor that return Balancing.Scope Modifier and Type Method Description (package private) Balancing.ScopeBalancing.BlockScope. correct(Trees.TemplatePart part)(package private) Balancing.ScopeBalancing.Scope. correct(Trees.TemplatePart part)(package private) Balancing.ScopeBalancing.UnitScope. correct(Trees.TemplatePart part)(package private) Balancing.ScopeBalancing.BlockScope. end(Trees.DirectiveEnd directiveEnd)(package private) abstract Balancing.ScopeBalancing.Scope. end(Trees.DirectiveEnd directiveEnd)(package private) Balancing.ScopeBalancing.UnitScope. end(Trees.DirectiveEnd directiveEnd)(package private) Balancing.ScopeBalancing.Scope. next(Trees.DirectiveStart directive)(package private) Balancing.ScopeBalancing.Scope. nextOrAdd(Trees.DirectiveStart part)(package private) Balancing.ScopeBalancing.Scope. pass(Trees.TemplatePart part)(package private) Balancing.ScopeBalancing.Scope. passAll(java.lang.Iterable<Trees.TemplatePart> parts)private Balancing.ScopeBalancing.BlockScope. splat(Trees.TemplatePart part)Constructors in org.immutables.generator.processor with parameters of type Balancing.Scope Constructor Description BlockScope(Balancing.Scope parent, Trees.DirectiveEnd expectedEnd, boolean requiresEnd, boolean sharesEnd)ForScope(Balancing.Scope parent, ImmutableTrees.For directive)IfScope(Balancing.Scope parent, ImmutableTrees.If directive)InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive)LetScope(Balancing.Scope parent, ImmutableTrees.Let directive)MisplacedDirective(Balancing.Scope scope, Trees.Directive directive)
-