C D G H I M N O S T V

H

hasNext() - Method in class dbrown.Tokenizer
Returns true if potentially there are tokens remaining in the tokenizer string.
hasNextOperand() - Method in class dbrown.Tokenizer
Returns true if the next token in the tokenizer string can be interpreted as an operand.
hasNextOperator() - Method in class dbrown.Tokenizer
Returns true if the next token in the tokenizer string can be interpreted as an operator.
hasNextVariable() - Method in class dbrown.Tokenizer
Returns true if the next token in the tokenizer string can be interpreted as a variable.

C D G H I M N O S T V