Class DslRawRule

  • All Implemented Interfaces:
    io.vertigo.commons.peg.PegRule<DslRaw>

    public final class DslRawRule
    extends io.vertigo.commons.peg.AbstractRule<DslRaw,​io.vertigo.commons.peg.PegChoice>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface io.vertigo.commons.peg.PegRule

        io.vertigo.commons.peg.PegRule.Dummy
    • Constructor Detail

      • DslRawRule

        public DslRawRule​(String operation,
                          DslGrammar grammar)
        Constructor.
        Parameters:
        grammar - the grammar
    • Method Detail

      • handle

        protected DslRaw handle​(io.vertigo.commons.peg.PegChoice parsing)
        Specified by:
        handle in class io.vertigo.commons.peg.AbstractRule<DslRaw,​io.vertigo.commons.peg.PegChoice>