Uses of Interface
org.immutables.trees.ast.Extractions.Extractor
Packages that use Extractions.Extractor
-
Uses of Extractions.Extractor in org.immutables.generator.processor
Methods in org.immutables.generator.processor that return Extractions.ExtractorModifier and TypeMethodDescriptionTreesAst.ApplyExpression.build()TreesAst.AssignGenerator.build()TreesAst.BoundAccessExpression.build()TreesAst.ConditionalBlock.build()static Extractions.Extractor<Trees.ElseIf> TreesAst.ElseIf.build()static Extractions.Extractor<Trees.For> TreesAst.For.build()TreesAst.ForStatement.build()static Extractions.Extractor<Trees.If> TreesAst.If.build()TreesAst.IfStatement.build()TreesAst.InvokableDeclaration.build()static Extractions.Extractor<Trees.Invoke> TreesAst.Invoke.build()TreesAst.InvokeStatement.build()TreesAst.IterationGenerator.build()static Extractions.Extractor<Trees.Let> TreesAst.Let.build()TreesAst.LetStatement.build()static Extractions.Extractor<Trees.Parameter> TreesAst.Parameter.build()TreesAst.ResolvedType.build()TreesAst.SimpleAccessExpression.build()TreesAst.SimpleBlock.build()static Extractions.Extractor<Trees.Template> TreesAst.Template.build()static Extractions.Extractor<Trees.TextBlock> TreesAst.TextBlock.build()static Extractions.Extractor<Trees.TextLine> TreesAst.TextLine.build()TreesAst.TransformGenerator.build()TreesAst.TypeDeclaration.build()static Extractions.Extractor<Trees.Unit> TreesAst.Unit.build()TreesAst.ValueDeclaration.build()static Extractions.Extractor<Trees.Comment> TreesAst.Comment.of()static Extractions.Extractor<Trees.Else> TreesAst.Else.of()static Extractions.Extractor<Trees.ForEnd> TreesAst.ForEnd.of()TreesAst.ForIterationAccessExpression.of()TreesAst.ForIterationAccessExpression.of(Extractions.Extractor<Trees.AccessExpression> access) TreesAst.Identifier.of()TreesAst.Identifier.of(Extractions.Extractor<String> value) static Extractions.Extractor<Trees.IfEnd> TreesAst.IfEnd.of()static Extractions.Extractor<Trees.InvokeEnd> TreesAst.InvokeEnd.of()static Extractions.Extractor<Trees.InvokeEnd> TreesAst.InvokeEnd.of(Extractions.Extractor<Trees.AccessExpression> access) TreesAst.InvokeString.of()TreesAst.InvokeString.of(Extractions.Extractor<Trees.StringLiteral> literal) static Extractions.Extractor<Trees.LetEnd> TreesAst.LetEnd.of()static Extractions.Extractor<Trees.Newline> TreesAst.Newline.of()TreesAst.ResolvedType.of()TreesAst.ResolvedType.of(Extractions.Extractor<Object> type) TreesAst.StringLiteral.of()TreesAst.StringLiteral.of(Extractions.Extractor<String> value) TreesAst.TemplateEnd.of()TreesAst.TextFragment.of()TreesAst.TextFragment.of(Extractions.Extractor<String> value) TreesAst.TypeIdentifier.of()TreesAst.TypeIdentifier.of(Extractions.Extractor<String> value) Methods in org.immutables.generator.processor with parameters of type Extractions.ExtractorModifier and TypeMethodDescriptionstatic Extractions.ApplicatorTreesAst.Invoke.access(Extractions.Extractor<Trees.AccessExpression> access) static Extractions.ApplicatorTreesAst.InvokeStatement.access(Extractions.Extractor<Trees.Expression> access) static Extractions.ApplicatorTreesAst.BoundAccessExpression.addAccessor(Extractions.Extractor<? extends Object> accessorElement) static Extractions.ApplicatorTreesAst.For.addDeclaration(Extractions.Extractor<? extends Trees.GeneratorDeclaration> declarationElement) static Extractions.ApplicatorTreesAst.ForStatement.addDeclaration(Extractions.Extractor<? extends Trees.GeneratorDeclaration> declarationElement) static Extractions.ApplicatorTreesAst.IfStatement.addOtherwiseIf(Extractions.Extractor<? extends Trees.ConditionalBlock> otherwiseIfElement) static Extractions.ApplicatorTreesAst.InvokableDeclaration.addParameters(Extractions.Extractor<? extends Trees.Parameter> parametersElement) static Extractions.ApplicatorTreesAst.ApplyExpression.addParams(Extractions.Extractor<? extends Trees.Expression> paramsElement) static Extractions.ApplicatorTreesAst.InvokeStatement.addParams(Extractions.Extractor<? extends Trees.Expression> paramsElement) static Extractions.ApplicatorTreesAst.ConditionalBlock.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.ForStatement.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.InvokeStatement.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.LetStatement.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.SimpleBlock.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.Template.addParts(Extractions.Extractor<? extends Trees.TemplatePart> partsElement) static Extractions.ApplicatorTreesAst.TextBlock.addParts(Extractions.Extractor<? extends Trees.TextPart> partsElement) static Extractions.ApplicatorTreesAst.Unit.addParts(Extractions.Extractor<? extends Trees.UnitPart> partsElement) static Extractions.ApplicatorTreesAst.BoundAccessExpression.addPath(Extractions.Extractor<? extends Trees.Identifier> pathElement) static Extractions.ApplicatorTreesAst.SimpleAccessExpression.addPath(Extractions.Extractor<? extends Trees.Identifier> pathElement) static Extractions.ApplicatorTreesAst.ConditionalBlock.condition(Extractions.Extractor<Trees.Expression> condition) static Extractions.ApplicatorTreesAst.ElseIf.condition(Extractions.Extractor<Trees.Expression> condition) static Extractions.ApplicatorTreesAst.If.condition(Extractions.Extractor<Trees.Expression> condition) static Extractions.ApplicatorTreesAst.IterationGenerator.condition(Extractions.Extractor<? extends Trees.Expression> condition) static Extractions.ApplicatorTreesAst.TransformGenerator.condition(Extractions.Extractor<? extends Trees.Expression> condition) static Extractions.ApplicatorTreesAst.ValueDeclaration.containedType(Extractions.Extractor<? extends Trees.TypeReference> containedType) static Extractions.ApplicatorTreesAst.AssignGenerator.declaration(Extractions.Extractor<Trees.ValueDeclaration> declaration) static Extractions.ApplicatorTreesAst.IterationGenerator.declaration(Extractions.Extractor<Trees.ValueDeclaration> declaration) static Extractions.ApplicatorTreesAst.Let.declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration) static Extractions.ApplicatorTreesAst.LetStatement.declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration) static Extractions.ApplicatorTreesAst.Template.declaration(Extractions.Extractor<Trees.InvokableDeclaration> declaration) static Extractions.ApplicatorTreesAst.TransformGenerator.declaration(Extractions.Extractor<Trees.ValueDeclaration> declaration) static Extractions.ApplicatorTreesAst.TextLine.fragment(Extractions.Extractor<Trees.TextFragment> fragment) static Extractions.ApplicatorTreesAst.AssignGenerator.from(Extractions.Extractor<Trees.Expression> from) static Extractions.ApplicatorTreesAst.IterationGenerator.from(Extractions.Extractor<Trees.Expression> from) static Extractions.ApplicatorTreesAst.TransformGenerator.from(Extractions.Extractor<Trees.Expression> from) static Extractions.ApplicatorTreesAst.Invoke.invoke(Extractions.Extractor<? extends Trees.ApplyExpression> invoke) static Extractions.ApplicatorTreesAst.Template.isPublic(Extractions.Extractor<Boolean> isPublic) static Extractions.ApplicatorTreesAst.TypeDeclaration.kind(Extractions.Extractor<Trees.TypeDeclaration.Kind> kind) static Extractions.ApplicatorTreesAst.InvokableDeclaration.name(Extractions.Extractor<Trees.Identifier> name) static Extractions.ApplicatorTreesAst.Parameter.name(Extractions.Extractor<Trees.Identifier> name) static Extractions.ApplicatorTreesAst.ValueDeclaration.name(Extractions.Extractor<Trees.Identifier> name) static Extractions.ApplicatorTreesAst.TextLine.newline(Extractions.Extractor<Boolean> newline) TreesAst.ForIterationAccessExpression.of(Extractions.Extractor<Trees.AccessExpression> access) TreesAst.Identifier.of(Extractions.Extractor<String> value) static Extractions.Extractor<Trees.InvokeEnd> TreesAst.InvokeEnd.of(Extractions.Extractor<Trees.AccessExpression> access) TreesAst.InvokeString.of(Extractions.Extractor<Trees.StringLiteral> literal) TreesAst.ResolvedType.of(Extractions.Extractor<Object> type) TreesAst.StringLiteral.of(Extractions.Extractor<String> value) TreesAst.TextFragment.of(Extractions.Extractor<String> value) TreesAst.TypeIdentifier.of(Extractions.Extractor<String> value) static Extractions.ApplicatorTreesAst.IfStatement.otherwise(Extractions.Extractor<? extends Trees.Block> otherwise) static Extractions.ApplicatorTreesAst.IfStatement.then(Extractions.Extractor<Trees.ConditionalBlock> then) static Extractions.ApplicatorTreesAst.TransformGenerator.transform(Extractions.Extractor<Trees.Expression> transform) static Extractions.ApplicatorTreesAst.Parameter.type(Extractions.Extractor<Trees.TypeReference> type) static Extractions.ApplicatorTreesAst.ResolvedType.type(Extractions.Extractor<Object> type) static Extractions.ApplicatorTreesAst.TypeDeclaration.type(Extractions.Extractor<Trees.TypeIdentifier> type) static Extractions.ApplicatorTreesAst.ValueDeclaration.type(Extractions.Extractor<? extends Trees.TypeReference> type) static Extractions.ApplicatorTreesAst.ForStatement.useDelimit(Extractions.Extractor<Boolean> useDelimit) static Extractions.ApplicatorTreesAst.ForStatement.useForAccess(Extractions.Extractor<Boolean> useForAccess) static Extractions.ApplicatorTreesAst.TransformGenerator.varDeclaration(Extractions.Extractor<Trees.ValueDeclaration> varDeclaration) -
Uses of Extractions.Extractor in org.immutables.trees.ast
Classes in org.immutables.trees.ast that implement Extractions.ExtractorModifier and TypeClassDescriptionstatic classExtractions.Build<B,T> static class(package private) static classstatic classprivate static enumprivate static enumprivate static enumFields in org.immutables.trees.ast declared as Extractions.ExtractorModifier and TypeFieldDescriptionprivate final Extractions.Extractor<? extends V> Extractions.Construct.extractorprivate final Extractions.Extractor<? extends V> Extractions.Specify.extractorMethods in org.immutables.trees.ast that return Extractions.ExtractorModifier and TypeMethodDescriptionstatic Extractions.Extractor<String> Extractions.matched()static <T> Extractions.Extractor<T> Extractions.popped()static <F,T> Extractions.Extractor <T> Extractions.popped(com.google.common.base.Function<F, T> transform) static Extractions.Extractor<org.parboiled.support.Position> Extractions.position()static <T> Extractions.Extractor<T> Extractions.value(T value) Constructors in org.immutables.trees.ast with parameters of type Extractions.ExtractorModifierConstructorDescriptionprotectedConstruct(Extractions.Extractor<? extends V> extractor) protectedSpecify(Extractions.Extractor<? extends V> extractor)