Uses of Interface
org.immutables.generator.processor.Trees.ElseIf
Packages that use Trees.ElseIf
-
Uses of Trees.ElseIf in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.ElseIfMethods in org.immutables.generator.processor that return types with arguments of type Trees.ElseIfModifier and TypeMethodDescriptionstatic Extractions.Extractor<Trees.ElseIf> TreesAst.ElseIf.build()Methods in org.immutables.generator.processor with parameters of type Trees.ElseIfModifier and TypeMethodDescriptionstatic ImmutableTrees.ElseIfImmutableTrees.ElseIf.copyOf(Trees.ElseIf instance) Creates an immutable copy of aTrees.ElseIfvalue.ImmutableTrees.ElseIf.Builder.from(Trees.ElseIf instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.ElseIfinstance.