Class DslRawRule
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 -
Method Summary
Methods inherited from class io.vertigo.commons.peg.rule.PegAbstractRule
getExpression, getMainRule, getRuleName, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.vertigo.commons.peg.rule.PegRule
parse
-
Constructor Details
-
DslRawRule
Constructor.- Parameters:
grammar- the grammar
-
-
Method Details
-
handle
- Specified by:
handlein classio.vertigo.commons.peg.rule.PegAbstractRule<DslRaw,io.vertigo.commons.peg.PegChoice>
-