Class Extractions.ExtractorApplicator<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean run​(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
    • Constructor Detail

      • ExtractorApplicator

        ExtractorApplicator()
    • Method Detail

      • run

        public final boolean run​(org.parboiled.Context<java.lang.Object> context)
        Specified by:
        run in interface org.parboiled.Action<T>