java.lang.Object
io.vertigo.commons.peg.rule.PegAbstractRule<DslRaw,io.vertigo.commons.peg.PegChoice>
io.vertigo.studio.plugins.source.vertigo.loaders.kpr.rules.DslRawRule
All Implemented Interfaces:
io.vertigo.commons.peg.rule.PegRule<DslRaw>

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

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

    io.vertigo.commons.peg.rule.PegRule.Dummy
  • Constructor Summary

    Constructors
    Constructor
    Description
    DslRawRule(String operation, DslGrammar grammar)
    Constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected DslRaw
    handle(io.vertigo.commons.peg.PegChoice parsing)
     

    Methods inherited from class io.vertigo.commons.peg.rule.PegAbstractRule

    getExpression, getMainRule, getRuleName, parse

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.vertigo.commons.peg.rule.PegRule

    parse
  • Constructor Details

    • DslRawRule

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

    • handle

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