Uses of Interface
org.immutables.generator.processor.Trees.Conditional
-
Packages that use Trees.Conditional Package Description org.immutables.generator.processor -
-
Uses of Trees.Conditional in org.immutables.generator.processor
Subinterfaces of Trees.Conditional in org.immutables.generator.processor Modifier and Type Interface Description static interfaceTrees.ConditionalBlockstatic interfaceTrees.ElseIfstatic interfaceTrees.IfClasses in org.immutables.generator.processor that implement Trees.Conditional Modifier and Type Class Description static classImmutableTrees.ConditionalBlockImmutable implementation ofTrees.ConditionalBlock.static classImmutableTrees.ElseIfImmutable implementation ofTrees.ElseIf.static classImmutableTrees.IfImmutable implementation ofTrees.If.Methods in org.immutables.generator.processor with parameters of type Trees.Conditional Modifier and Type Method Description ImmutableTrees.ConditionalBlock.BuilderImmutableTrees.ConditionalBlock.Builder. from(Trees.Conditional instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Conditionalinstance.ImmutableTrees.ElseIf.BuilderImmutableTrees.ElseIf.Builder. from(Trees.Conditional instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Conditionalinstance.ImmutableTrees.If.BuilderImmutableTrees.If.Builder. from(Trees.Conditional instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Conditionalinstance.
-