Class Extractions.Specify<B,​V>

    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      boolean run​(org.parboiled.Context<java.lang.Object> context)  
      abstract void specify​(B builder, V value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • run

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

        public abstract void specify​(B builder,
                                     V value)