public class FormulaParser
extends org.unlaxer.parser.combinator.NoneChildParser
implements org.unlaxer.parser.Parser
| Modifier and Type | Field and Description |
|---|---|
ExpressionParser |
expressionParser |
| Constructor and Description |
|---|
FormulaParser() |
| Modifier and Type | Method and Description |
|---|---|
org.unlaxer.parser.Parser |
createParser() |
void |
initialize() |
org.unlaxer.Parsed |
parse(org.unlaxer.context.ParseContext parseContext,
org.unlaxer.TokenKind tokenKind,
boolean invertMatch) |
getChildOccurs, prepareChildrencreateParserAndThen, getChildren, getName, getNodeReduceMarker, getParent, getParser, getParser, getPathStream, getRoot, getTags, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalsByClass, forTerminalSymbol, get, get, getChild, getNodeReduceMarker, getThisParser, getTokenKind, parsegetInvertMatchFromParentaddTag, addTagRecurcive, addTagRecurciveChildrenOnly, removeTag, removeTagRecurcive, removeTagRecurciveChildrenOnlyfindFirstToParent, findParents, findParentsfindFirstToChild, findToChild, flatten, flattenpublic ExpressionParser expressionParser
public void initialize()
initialize in interface org.unlaxer.parser.Initializablepublic org.unlaxer.Parsed parse(org.unlaxer.context.ParseContext parseContext,
org.unlaxer.TokenKind tokenKind,
boolean invertMatch)
parse in interface org.unlaxer.parser.Parserparse in class org.unlaxer.parser.AbstractParserpublic org.unlaxer.parser.Parser createParser()
createParser in class org.unlaxer.parser.AbstractParser