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