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.
isCloseParenthesis(String) - Method in class hussam.math.operations.parser.MyParser
 
isCloseParenthesis(char) - Method in class hussam.math.operations.parser.MyParser
 
isCloseParenthesis(String) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this word indicates a close parenthesis such as ), ], } or even END.
isCloseParenthesis(char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this char indicated a close parenthesis such as ), ], } .
isComma(String) - Method in class hussam.math.operations.parser.MyParser
 
isComma(char) - Method in class hussam.math.operations.parser.MyParser
 
isComma(String) - Method in interface hussam.math.operations.parser.OperationsParser
returns true if this word act as a partition in a group, for example you can have the word AND as a partition for this group.
isComma(char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if the char acts like a partioner in a group.
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.
isOpenParenthesis(String) - Method in class hussam.math.operations.parser.MyParser
 
isOpenParenthesis(char) - Method in class hussam.math.operations.parser.MyParser
 
isOpenParenthesis(String) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this String is an open Parenthesis. such as (, [, { or even Start, Begin etc.
isOpenParenthesis(char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if this char is an open Parenthesis. such as (, [, { etc.
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.
isParenthesis(String, String) - Method in class hussam.math.operations.parser.MyParser
 
isParenthesis(char, char) - Method in class hussam.math.operations.parser.MyParser
 
isParenthesis(char, char) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true of these two chars indicate a pair of parenthesis such as () , [], {}, <> or any other char!
isParenthesis(String, String) - Method in interface hussam.math.operations.parser.OperationsParser
Returns true if these two words indicate a block of code, like Start/End, Begin/Finish.
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