Class DslSearchExpressionRule
java.lang.Object
io.vertigo.commons.peg.rule.PegAbstractRule<List<DslMultiExpression>,List<DslMultiExpression>>
io.vertigo.datafactory.impl.search.dsl.rules.DslSearchExpressionRule
- All Implemented Interfaces:
io.vertigo.commons.peg.rule.PegRule<List<DslMultiExpression>>
public final class DslSearchExpressionRule
extends io.vertigo.commons.peg.rule.PegAbstractRule<List<DslMultiExpression>,List<DslMultiExpression>>
Parsing rule for search expression.
(multiExpression)+
- Author:
- npiedeloup
-
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
Modifier and TypeMethodDescriptionprotected List<DslMultiExpression> handle(List<DslMultiExpression> parsing) 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
-
DslSearchExpressionRule
public DslSearchExpressionRule()
-
-
Method Details
-
handle
- Specified by:
handlein classio.vertigo.commons.peg.rule.PegAbstractRule<List<DslMultiExpression>,List<DslMultiExpression>>
-