public class ConstraintParser extends ArgumentParser
| Modifier and Type | Field and Description |
|---|---|
protected String[] |
allowedSelectors |
protected Comparison |
comparison |
protected String |
selector |
| Constructor and Description |
|---|
ConstraintParser(String... allowedSelectors) |
| Modifier and Type | Method and Description |
|---|---|
protected org.parboiled.Rule |
Comparison() |
protected org.parboiled.Rule |
Constraint() |
org.parboiled.Rule |
root() |
protected org.parboiled.Rule |
Selector() |
AlgebraicSign, AnyString, Argument, BooleanFalse, BooleanTrue, DateLiteral, DecimalNumeral, Digit, DoubleDecimal, DoubleLiteral, DoubleMarker, Exponent, FloatDecimal, FloatingPointMarker, FloatLiteral, getBaseTypes, HexDigit, HexEscape, IntegerLiteral, isBaseType, LowerHexChar, LowerHexDigit, NullLiteral, PctDigit, PctEncoded, Sign, StringLiteral, TimestampLiteral, UpperHexChar, UUIDLiteralACTION, AnyOf, AnyOf, AnyOf, Ch, CharRange, FirstOf, FirstOf, fromCharArray, fromCharLiteral, fromStringLiteral, IgnoreCase, IgnoreCase, IgnoreCase, newInstance, NoneOf, NoneOf, NTimes, NTimes, OneOrMore, OneOrMore, Optional, Optional, Sequence, Sequence, String, String, Test, Test, TestNot, TestNot, toRule, toRules, ZeroOrMore, ZeroOrMorecurrentChar, currentIndex, drop, drop, dup, getContext, hasError, inPredicate, match, matchedChar, matchEnd, matchLength, matchOrDefault, matchRange, matchStart, nodeSuppressed, peek, peek, poke, poke, pop, pop, position, push, push, pushAll, setContext, swap, swap3, swap4, swap5, swap6protected String selector
protected Comparison comparison
protected String[] allowedSelectors
public ConstraintParser(String... allowedSelectors)
protected org.parboiled.Rule Comparison()
protected org.parboiled.Rule Constraint()
public org.parboiled.Rule root()
root in class ArgumentParserprotected org.parboiled.Rule Selector()
Copyright © 2019. All rights reserved.