| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OperationsParser
This is used by an OperationReader to read expressions.
| Method Summary | |
|---|---|
boolean | isFunction(java.lang.String word) Tests for Function name |
boolean | isNumber(char c) returns true if this char is a Number. |
boolean | isNumber(java.lang.String word) Tests for number String. |
boolean | isOperand(char c) Returns true if this char is an Operand. |
boolean | isOperand(java.lang.String word) Tests for operand String. |
boolean | isVariable(char c) Returns true if this Char is a Variable. |
boolean | isVariable(java.lang.String word) Tests for Variable name. |
| Method Detail |
|---|
boolean isOperand(char c)
c - The charectar boolean isNumber(char c)
c - The charectar boolean isVariable(char c)
c - The charectar boolean isOperand(java.lang.String word)
word - name. boolean isNumber(java.lang.String word)
word - name. boolean isVariable(java.lang.String word)
word - name. boolean isFunction(java.lang.String word)
word - name.
| ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||