Class Parser
java.lang.Object
calculator.antlr.Parser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAnalyze a string input and return an Expression object representing the parsed expression.
-
Constructor Details
-
Parser
public Parser()
-
-
Method Details
-
parse
Analyze a string input and return an Expression object representing the parsed expression.
-