public class Parser extends Object
::= join( , ) | ::= map( , ) | ::= | ::= host.service | ip.service | num.service | num.self.service ::= "[^"]*" | '[^']' ::= [\d+]
public Parser(String input)
input
- The input string to parse.public Expression parse() throws SyntaxException
SyntaxException
- in case of syntax errors.Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.