Package org.immutables.trees.ast
Class Extractions.ExtractorApplicator<T>
- java.lang.Object
-
- org.immutables.trees.ast.Extractions.ExtractorApplicator<T>
-
- All Implemented Interfaces:
Extractions.Applicator,Extractions.Extractor<T>,org.parboiled.Action<java.lang.Object>
- Direct Known Subclasses:
Extractions.Build,Extractions.Construct,Extractions.Instance
- Enclosing class:
- Extractions
abstract static class Extractions.ExtractorApplicator<T> extends java.lang.Object implements Extractions.Extractor<T>, Extractions.Applicator
-
-
Constructor Summary
Constructors Constructor Description ExtractorApplicator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanrun(org.parboiled.Context<java.lang.Object> context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.immutables.trees.ast.Extractions.Extractor
get
-
-
-
-
Method Detail
-
run
public final boolean run(org.parboiled.Context<java.lang.Object> context)
- Specified by:
runin interfaceorg.parboiled.Action<T>
-
-