Package org.immutables.trees.ast
Class Extractions.Specify<B,V>
- java.lang.Object
-
- org.immutables.trees.ast.Extractions.Specify<B,V>
-
- All Implemented Interfaces:
Extractions.Applicator,org.parboiled.Action<java.lang.Object>
- Enclosing class:
- Extractions
public abstract static class Extractions.Specify<B,V> extends java.lang.Object implements Extractions.Applicator
-
-
Field Summary
Fields Modifier and Type Field Description private Extractions.Extractor<? extends V>extractor
-
Constructor Summary
Constructors Modifier Constructor Description protectedSpecify(Extractions.Extractor<? extends V> extractor)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanrun(org.parboiled.Context<java.lang.Object> context)abstract voidspecify(B builder, V value)
-
-
-
Field Detail
-
extractor
private final Extractions.Extractor<? extends V> extractor
-
-
Constructor Detail
-
Specify
protected Specify(Extractions.Extractor<? extends V> extractor)
-
-