Uses of Class
uk.co.cogitolearning.cogpar.Token
-
Packages that use Token Package Description uk.co.cogitolearning.cogpar -
-
Uses of Token in uk.co.cogitolearning.cogpar
Methods in uk.co.cogitolearning.cogpar that return Token Modifier and Type Method Description TokenParserException. getToken()Get the token.Methods in uk.co.cogitolearning.cogpar that return types with arguments of type Token Modifier and Type Method Description LinkedList<Token>Tokenizer. getTokens()Get the tokens generated in the last call to tokenize.Method parameters in uk.co.cogitolearning.cogpar with type arguments of type Token Modifier and Type Method Description ExpressionNodeExpressionParser. parse(LinkedList<Token> tokens)Parse a mathematical expression in contained in a list of tokens and return an ExpressionNode.Constructors in uk.co.cogitolearning.cogpar with parameters of type Token Constructor Description ParserException(String message, Token token)Construct the evaluation exception with a message and a token.
-