Uses of Interface
org.immutables.generator.processor.Trees.If
-
Packages that use Trees.If Package Description org.immutables.generator.processor -
-
Uses of Trees.If in org.immutables.generator.processor
Classes in org.immutables.generator.processor that implement Trees.If Modifier and Type Class Description static classImmutableTrees.IfImmutable implementation ofTrees.If.Methods in org.immutables.generator.processor that return types with arguments of type Trees.If Modifier and Type Method Description static Extractions.Extractor<Trees.If>TreesAst.If. build()Methods in org.immutables.generator.processor with parameters of type Trees.If Modifier and Type Method Description static ImmutableTrees.IfImmutableTrees.If. copyOf(Trees.If instance)Creates an immutable copy of aTrees.Ifvalue.ImmutableTrees.If.BuilderImmutableTrees.If.Builder. from(Trees.If instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Ifinstance.
-