public class LimitsParser extends BasicParser<LimitProperties>
Constructor and Description |
---|
LimitsParser(ParserContext context) |
Modifier and Type | Method and Description |
---|---|
org.parboiled.Rule |
anyEnd() |
org.parboiled.Rule |
endCode() |
org.parboiled.Rule |
endComment() |
org.parboiled.Rule |
endOutput() |
boolean |
lastWhiteSpace() |
org.parboiled.Rule |
startCode() |
org.parboiled.Rule |
startComment() |
org.parboiled.Rule |
startOutput() |
boolean |
update(TextNode update) |
addError, Mandatory, parserContext, throwException
ACTION, 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, ZeroOrMore
currentChar, 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, swap6
public LimitsParser(ParserContext context)
public org.parboiled.Rule startComment()
public org.parboiled.Rule endComment()
public org.parboiled.Rule startOutput()
public org.parboiled.Rule endOutput()
public org.parboiled.Rule startCode()
public org.parboiled.Rule endCode()
public org.parboiled.Rule anyEnd()
public boolean lastWhiteSpace()
public boolean update(TextNode update)