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