Uses of Class
org.immutables.generator.processor.Balancing.Scope
Packages that use Balancing.Scope
-
Uses of Balancing.Scope in org.immutables.generator.processor
Subclasses of Balancing.Scope in org.immutables.generator.processorModifier and TypeClassDescriptionprivate static classprivate static classprivate static classprivate static classprivate static classprivate static final classprivate static final classFields in org.immutables.generator.processor declared as Balancing.ScopeModifier and TypeFieldDescription(package private) final Balancing.ScopeBalancing.BlockScope.parentprivate final Balancing.ScopeBalancing.MisplacedDirective.scopeMethods in org.immutables.generator.processor that return Balancing.ScopeModifier and TypeMethodDescription(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) final 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) final Balancing.ScopeBalancing.Scope.next(Trees.DirectiveStart directive) (package private) Balancing.ScopeBalancing.Scope.nextOrAdd(Trees.DirectiveStart part) (package private) final Balancing.ScopeBalancing.Scope.pass(Trees.TemplatePart part) (package private) final Balancing.ScopeBalancing.Scope.passAll(Iterable<Trees.TemplatePart> parts) private Balancing.ScopeBalancing.BlockScope.splat(Trees.TemplatePart part) Constructors in org.immutables.generator.processor with parameters of type Balancing.ScopeModifierConstructorDescription(package private)BlockScope(Balancing.Scope parent, Trees.DirectiveEnd expectedEnd, boolean requiresEnd, boolean sharesEnd) (package private)ForScope(Balancing.Scope parent, ImmutableTrees.For directive) (package private)IfScope(Balancing.Scope parent, ImmutableTrees.If directive) (package private)InvokeScope(Balancing.Scope parent, ImmutableTrees.Invoke directive) (package private)LetScope(Balancing.Scope parent, ImmutableTrees.Let directive) (package private)MisplacedDirective(Balancing.Scope scope, Trees.Directive directive)