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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    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