Uses of Interface
org.immutables.generator.processor.Trees.Named
-
Packages that use Trees.Named Package Description org.immutables.generator.processor -
-
Uses of Trees.Named in org.immutables.generator.processor
Subinterfaces of Trees.Named in org.immutables.generator.processor Modifier and Type Interface Description static interfaceTrees.InvokableDeclarationstatic interfaceTrees.Parameterstatic interfaceTrees.ValueDeclarationClasses in org.immutables.generator.processor that implement Trees.Named Modifier and Type Class Description static classImmutableTrees.InvokableDeclarationImmutable implementation ofTrees.InvokableDeclaration.static classImmutableTrees.ParameterImmutable implementation ofTrees.Parameter.static classImmutableTrees.ValueDeclarationImmutable implementation ofTrees.ValueDeclaration.Methods in org.immutables.generator.processor with parameters of type Trees.Named Modifier and Type Method Description ImmutableTrees.InvokableDeclaration.BuilderImmutableTrees.InvokableDeclaration.Builder. from(Trees.Named instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Namedinstance.ImmutableTrees.Parameter.BuilderImmutableTrees.Parameter.Builder. from(Trees.Named instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Namedinstance.ImmutableTrees.ValueDeclaration.BuilderImmutableTrees.ValueDeclaration.Builder. from(Trees.Named instance)Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Namedinstance.
-