Uses of Class
com.google.refine.expr.ParsingException
Packages that use ParsingException
-
Uses of ParsingException in com.google.refine.expr
Methods in com.google.refine.expr that throw ParsingException -
Uses of ParsingException in com.google.refine.grel
Methods in com.google.refine.grel that return ParsingExceptionMethods in com.google.refine.grel that throw ParsingExceptionModifier and TypeMethodDescriptionprotected EvaluableParser.parseExpression():= <sub-expression> | [ "<" "<=" ">" ">=" "==" "!=" ] <sub-expression> Parser.parseExpressionList(String closingDelimiter) <expression-list> :=| ( "," )* protected EvaluableParser.parseFactor():= <term-start> ( <path-segment> )* <term-start> := | | - | | | ( <expression-list> ) <path-segment> := "[" <expression-list> "]" | "." | "." "(" <expression-list> ")" protected EvaluableParser.parseSubExpression()<sub-expression> :=| <sub-expression> [ "+" "-" ] protected EvaluableParser.parseTerm():= | [ "*" "/" "%" ] Constructors in com.google.refine.grel that throw ParsingException -
Uses of ParsingException in com.google.refine.templating
Methods in com.google.refine.templating that throw ParsingException