Package com.google.refine.grel
Class Parser
java.lang.Object
com.google.refine.grel.Parser
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Evaluable[]protected ParsingExceptionmakeException(String desc) protected voidnext(boolean regexPossible) protected EvaluableparseExpressionList(String closingDelimiter) protected Evaluableprotected Evaluableprotected Evaluable
-
Field Details
-
_scanner
-
_token
-
_root
-
-
Constructor Details
-
Parser
- Throws:
ParsingException
-
Parser
- Throws:
ParsingException
-
-
Method Details
-
getExpression
-
next
protected void next(boolean regexPossible) -
makeException
-
parseExpression
- Throws:
ParsingException
-
parseSubExpression
- Throws:
ParsingException
-
parseTerm
- Throws:
ParsingException
-
parseFactor
- Throws:
ParsingException
-
parseExpressionList
- Throws:
ParsingException
-
makeArray
-