Uses of Interface
org.immutables.generator.processor.Trees.DirectiveEnd
Packages that use Trees.DirectiveEnd
-
Uses of Trees.DirectiveEnd in org.immutables.generator.processor
Subinterfaces of Trees.DirectiveEnd in org.immutables.generator.processorModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfacestatic interfaceClasses in org.immutables.generator.processor that implement Trees.DirectiveEndModifier and TypeClassDescriptionstatic final classImmutable implementation ofTrees.ForEnd.static final classImmutable implementation ofTrees.IfEnd.static final classImmutable implementation ofTrees.InvokeEnd.static final classImmutable implementation ofTrees.LetEnd.static final classImmutable implementation ofTrees.TemplateEnd.Fields in org.immutables.generator.processor declared as Trees.DirectiveEndModifier and TypeFieldDescriptionprivate final Trees.DirectiveEndBalancing.BlockScope.expectedEndMethods in org.immutables.generator.processor with parameters of type Trees.DirectiveEndModifier and TypeMethodDescription(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) Constructors in org.immutables.generator.processor with parameters of type Trees.DirectiveEndModifierConstructorDescription(package private)BlockScope(Balancing.Scope parent, Trees.DirectiveEnd expectedEnd, boolean requiresEnd, boolean sharesEnd)