Package org.immutables.trees.ast
Class Extractions.Construct<T,V>
- java.lang.Object
-
- org.immutables.trees.ast.Extractions.ExtractorApplicator<T>
-
- org.immutables.trees.ast.Extractions.Construct<T,V>
-
- All Implemented Interfaces:
Extractions.Applicator,Extractions.Extractor<T>,org.parboiled.Action<java.lang.Object>
- Enclosing class:
- Extractions
public abstract static class Extractions.Construct<T,V> extends Extractions.ExtractorApplicator<T>
-
-
Field Summary
Fields Modifier and Type Field Description private Extractions.Extractor<? extends V>extractor
-
Constructor Summary
Constructors Modifier Constructor Description protectedConstruct(Extractions.Extractor<? extends V> extractor)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Tget(org.parboiled.Context<java.lang.Object> context)abstract Tget(V value)-
Methods inherited from class org.immutables.trees.ast.Extractions.ExtractorApplicator
run
-
-
-
-
Field Detail
-
extractor
private final Extractions.Extractor<? extends V> extractor
-
-
Constructor Detail
-
Construct
protected Construct(Extractions.Extractor<? extends V> extractor)
-
-