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