Uses of Class
org.immutables.value.processor.encode.Structurizer.Statement
Packages that use Structurizer.Statement
-
Uses of Structurizer.Statement in org.immutables.value.processor.encode
Subclasses of Structurizer.Statement in org.immutables.value.processor.encodeModifier and TypeClassDescription(package private) static final classImmutable implementation ofStructurizer.Statement.Fields in org.immutables.value.processor.encode declared as Structurizer.StatementModifier and TypeFieldDescriptionprivate static final Structurizer.StatementSourceMapper.EMPTY_STATEMENTFields in org.immutables.value.processor.encode with type parameters of type Structurizer.StatementModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList.Builder<Structurizer.Statement> ImmutableStructurizer.Statement.Builder.definitionsprivate final com.google.common.collect.ImmutableList<Structurizer.Statement> ImmutableStructurizer.Statement.definitions(package private) final Map<String, Structurizer.Statement> SourceMapper.definitions(package private) final com.google.common.base.Function<String, Structurizer.Statement> SourceMapper.getMethods in org.immutables.value.processor.encode that return Structurizer.StatementModifier and TypeMethodDescriptionImmutableStructurizer.Statement.Builder.build()Builds a newStatement.static Structurizer.StatementImmutableStructurizer.Statement.copyOf(Structurizer.Statement instance) Creates an immutable copy of aStructurizer.Statementvalue.private Structurizer.StatementStructurizer.statement()Methods in org.immutables.value.processor.encode that return types with arguments of type Structurizer.StatementModifier and TypeMethodDescription(package private) com.google.common.collect.ImmutableList<Structurizer.Statement> ImmutableStructurizer.Statement.definitions()(package private) abstract List<Structurizer.Statement> Structurizer.Statement.definitions()(package private) List<Structurizer.Statement> Structurizer.structurize()Methods in org.immutables.value.processor.encode with parameters of type Structurizer.StatementModifier and TypeMethodDescriptionImmutableStructurizer.Statement.Builder.addDefinitions(Structurizer.Statement element) Adds one element todefinitionslist.ImmutableStructurizer.Statement.Builder.addDefinitions(Structurizer.Statement... elements) Adds elements todefinitionslist.static Structurizer.StatementImmutableStructurizer.Statement.copyOf(Structurizer.Statement instance) Creates an immutable copy of aStructurizer.Statementvalue.ImmutableStructurizer.Statement.withDefinitions(Structurizer.Statement... elements) Copy the current immutable object with elements that replace the content ofdefinitions.Method parameters in org.immutables.value.processor.encode with type arguments of type Structurizer.StatementModifier and TypeMethodDescriptionImmutableStructurizer.Statement.Builder.addAllDefinitions(Iterable<? extends Structurizer.Statement> elements) Adds elements todefinitionslist.private voidSourceMapper.mapDefinitions(String prefix, List<Structurizer.Statement> statements) ImmutableStructurizer.Statement.withDefinitions(Iterable<? extends Structurizer.Statement> elements) Copy the current immutable object with elements that replace the content ofdefinitions.