Class Extractions.Builder<B>

    • Constructor Summary

      Constructors 
      Constructor Description
      Builder()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract B builder()  
      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

      • Builder

        public Builder()
    • Method Detail

      • run

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

        public abstract B builder()