public class Parser
extends java.lang.Object
Tokens can be numbers, identifiers, operators and assorted other characters.
Modifier and Type | Method and Description |
---|---|
static RValue |
parse(java.util.List<Token> tokens,
Expression expression) |
public static RValue parse(java.util.List<Token> tokens, Expression expression) throws ParserException
ParserException