Uses of Interface
org.immutables.generator.processor.Trees.DirectiveEnd
-
Packages that use Trees.DirectiveEnd Package Description org.immutables.generator.processor -
-
Uses of Trees.DirectiveEnd in org.immutables.generator.processor
Subinterfaces of Trees.DirectiveEnd in org.immutables.generator.processor Modifier and Type Interface Description static interfaceTrees.ForEndstatic interfaceTrees.IfEndstatic interfaceTrees.InvokeEndstatic interfaceTrees.LetEndstatic interfaceTrees.TemplateEndClasses in org.immutables.generator.processor that implement Trees.DirectiveEnd Modifier and Type Class Description static classImmutableTrees.ForEndImmutable implementation ofTrees.ForEnd.static classImmutableTrees.IfEndImmutable implementation ofTrees.IfEnd.static classImmutableTrees.InvokeEndImmutable implementation ofTrees.InvokeEnd.static classImmutableTrees.LetEndImmutable implementation ofTrees.LetEnd.static classImmutableTrees.TemplateEndImmutable implementation ofTrees.TemplateEnd.Fields in org.immutables.generator.processor declared as Trees.DirectiveEnd Modifier and Type Field Description private Trees.DirectiveEndBalancing.BlockScope. expectedEndMethods in org.immutables.generator.processor with parameters of type Trees.DirectiveEnd Modifier and Type Method Description (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)Constructors in org.immutables.generator.processor with parameters of type Trees.DirectiveEnd Constructor Description BlockScope(Balancing.Scope parent, Trees.DirectiveEnd expectedEnd, boolean requiresEnd, boolean sharesEnd)
-