Uses of Interface
org.immutables.generator.processor.Trees.DirectiveStart
-
Packages that use Trees.DirectiveStart Package Description org.immutables.generator.processor -
-
Uses of Trees.DirectiveStart in org.immutables.generator.processor
Subinterfaces of Trees.DirectiveStart in org.immutables.generator.processor Modifier and Type Interface Description static interfaceTrees.Elsestatic interfaceTrees.ElseIfstatic interfaceTrees.Forstatic interfaceTrees.Ifstatic interfaceTrees.Invokestatic interfaceTrees.InvokeStringstatic interfaceTrees.Letstatic interfaceTrees.OtherwiseClasses in org.immutables.generator.processor that implement Trees.DirectiveStart Modifier and Type Class Description static classImmutableTrees.ElseImmutable implementation ofTrees.Else.static classImmutableTrees.ElseIfImmutable implementation ofTrees.ElseIf.static classImmutableTrees.ForImmutable implementation ofTrees.For.static classImmutableTrees.IfImmutable implementation ofTrees.If.static classImmutableTrees.InvokeImmutable implementation ofTrees.Invoke.static classImmutableTrees.InvokeStringImmutable implementation ofTrees.InvokeString.static classImmutableTrees.LetImmutable implementation ofTrees.Let.Methods in org.immutables.generator.processor with parameters of type Trees.DirectiveStart Modifier and Type Method Description (package private) Balancing.ScopeBalancing.Scope. next(Trees.DirectiveStart directive)(package private) Balancing.ScopeBalancing.Scope. nextOrAdd(Trees.DirectiveStart part)
-