Uses of Interface
org.immutables.generator.processor.Trees.Block
Packages that use Trees.Block
-
Uses of Trees.Block in org.immutables.generator.processor
Subinterfaces of Trees.Block in org.immutables.generator.processorModifier and TypeInterfaceDescriptionstatic interfacestatic interfacestatic interfacestatic interfaceClasses in org.immutables.generator.processor that implement Trees.BlockModifier and TypeClassDescriptionstatic final classImmutable implementation ofTrees.ConditionalBlock.static final classImmutable implementation ofTrees.ForStatement.static final classImmutable implementation ofTrees.InvokeStatement.static final classImmutable implementation ofTrees.LetStatement.static final classImmutable implementation ofTrees.SimpleBlock.static final classImmutable implementation ofTrees.Template.static classstatic classFields in org.immutables.generator.processor with type parameters of type Trees.BlockModifier and TypeFieldDescriptionprivate com.google.common.base.Optional<Trees.Block> ImmutableTrees.IfStatement.Builder.otherwiseprivate final com.google.common.base.Optional<Trees.Block> ImmutableTrees.IfStatement.otherwiseMethods in org.immutables.generator.processor that return Trees.BlockModifier and TypeMethodDescriptionprotected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.ConditionalBlock value) protected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.ForStatement value) protected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.InvokeStatement value) protected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.LetStatement value) protected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.SimpleBlock value) protected Trees.BlockTreesTransformer.asBlock(ImmutableTrees.Template value) protected Trees.BlockTreesTransformer.asIfStatementOtherwise(ImmutableTrees.IfStatement value, Trees.Block attribute) Methods in org.immutables.generator.processor that return types with arguments of type Trees.BlockModifier and TypeMethodDescriptionprotected com.google.common.base.Optional<Trees.Block> TreesTransformer.asIfStatementOtherwiseOptional(ImmutableTrees.IfStatement value, com.google.common.base.Optional<Trees.Block> optional) com.google.common.base.Optional<Trees.Block> ImmutableTrees.IfStatement.otherwise()com.google.common.base.Optional<Trees.Block> Trees.IfStatement.otherwise()Methods in org.immutables.generator.processor with parameters of type Trees.BlockModifier and TypeMethodDescriptionprotected Trees.BlockTreesTransformer.asIfStatementOtherwise(ImmutableTrees.IfStatement value, Trees.Block attribute) ImmutableTrees.ConditionalBlock.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.ForStatement.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.InvokeStatement.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.LetStatement.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.SimpleBlock.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.Template.Builder.from(Trees.Block instance) Fill a builder with attribute values from the providedorg.immutables.generator.processor.Trees.Blockinstance.ImmutableTrees.IfStatement.Builder.otherwise(Trees.Block otherwise) Initializes the optional valueotherwiseto otherwise.ImmutableTrees.IfStatement.withOtherwise(Trees.Block value) Copy the current immutable object by setting a present value for the optionalotherwiseattribute.Method parameters in org.immutables.generator.processor with type arguments of type Trees.BlockModifier and TypeMethodDescriptionprotected com.google.common.base.Optional<Trees.Block> TreesTransformer.asIfStatementOtherwiseOptional(ImmutableTrees.IfStatement value, com.google.common.base.Optional<Trees.Block> optional) ImmutableTrees.IfStatement.Builder.otherwise(com.google.common.base.Optional<? extends Trees.Block> otherwise) Initializes the optional valueotherwiseto otherwise.static Extractions.ApplicatorTreesAst.IfStatement.otherwise(Extractions.Extractor<? extends Trees.Block> otherwise) ImmutableTrees.IfStatement.withOtherwise(com.google.common.base.Optional<? extends Trees.Block> optional) Copy the current immutable object by setting an optional value for theotherwiseattribute.Constructor parameters in org.immutables.generator.processor with type arguments of type Trees.BlockModifierConstructorDescriptionprivateIfStatement(Trees.ConditionalBlock then, com.google.common.collect.ImmutableList<Trees.ConditionalBlock> otherwiseIf, com.google.common.base.Optional<Trees.Block> otherwise)