A C D E F G H I L M N O P R S T U V

I

INDEFINITE - Static variable in interface hussam.math.operations.Operator
a flag Indicating that the Operator has an Indefinite power.
isFunction(String) - Method in class hussam.math.operations.parser.MyParser
 
isFunction(String) - Method in interface hussam.math.operations.parser.OperationsParser
Tests for Function name
isNumber(char) - Method in class hussam.math.operations.parser.MyParser
 
isNumber(String) - Method in class hussam.math.operations.parser.MyParser
 
isNumber(char) - Method in interface hussam.math.operations.parser.OperationsParser
returns true if this char is a Number.
isNumber(String) - Method in interface hussam.math.operations.parser.OperationsParser
Tests for number String.
isOperand(char) - Method in class hussam.math.operations.parser.MyParser
This implemetation will test if the charected is set in the operands list in the OperatorFactoryDB plus it will test for group charecters.
isOperand(String) - Method in class hussam.math.operations.parser.MyParser
 
isOperand(char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this char is an Operand.
isOperand(String) - Method in interface hussam.math.operations.parser.OperationsParser
Tests for operand String.
isVariable(char) - Method in class hussam.math.operations.parser.MyParser
 
isVariable(String) - Method in class hussam.math.operations.parser.MyParser
 
isVariable(char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this Char is a Variable.
isVariable(String) - Method in interface hussam.math.operations.parser.OperationsParser
Tests for Variable name.

A C D E F G H I L M N O P R S T U V