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

T

testIsComparatorOperator(int) - Static method in class com.accountingenhancements.formula.FormulaVariable
 
testIsOperator(String) - Static method in class com.accountingenhancements.formula.FormulaVariable
Test whether a string segment is an operator.
testIsOperator(char) - Static method in class com.accountingenhancements.formula.FormulaVariable
Test whether a character is part of an operator.
testIsOperator(int) - Static method in class com.accountingenhancements.formula.FormulaVariable
Test whether a specified TYPE is an operator.
testIsUnaryOperator(int) - Static method in class com.accountingenhancements.formula.FormulaVariable
 
toArrayElements() - Method in class com.accountingenhancements.treearray.LeafNode
Leaf node elements to an array
toArrayElements(E[]) - Method in class com.accountingenhancements.treearray.LeafNode
Leaf node elements to an array
toString() - Method in class com.accountingenhancements.formula.FormulaVariable
 
treatUnquotedTextAsFormulas - Variable in class com.accountingenhancements.formula.FormulaVariable
 
tree - Variable in class com.accountingenhancements.treearray.BranchNode
 
Tree<E> - Class in com.accountingenhancements.treearray
This is a tree implemented using ArrayList.
It contains BranchNode, LeafNode, and Leaf classes.
Tree() - Constructor for class com.accountingenhancements.treearray.Tree
 
TreeCrawler<E> - Class in com.accountingenhancements.treearray
Crawl through all leaves of all branches in tree.
Leaves of the current branch are iterated through first before the branches.
TreeCrawler(BranchNode<E>) - Constructor for class com.accountingenhancements.treearray.TreeCrawler
Creates a new instance of TreeCrawler
trunkBranchNode - Variable in class com.accountingenhancements.treearray.TreeCrawler
 
TYPE_BOOLEAN - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Boolean
TYPE_DATE - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Date
TYPE_DOUBLE - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Double
TYPE_FORMULA - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Formula where formula should be run through Formula.solve()
TYPE_FUNCTION - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Function where this should be solved through the function processing methods
TYPE_LONG - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Long
TYPE_NOTHING - Static variable in class com.accountingenhancements.formula.FormulaVariable
Undefined variable.
TYPE_OPERATOR_AND - Static variable in class com.accountingenhancements.formula.FormulaVariable
Test previous object for non-zero versus zero.
TYPE_OPERATOR_BIT_AND - Static variable in class com.accountingenhancements.formula.FormulaVariable
Apply a bitwise And of previous object against the next object
TYPE_OPERATOR_BIT_OR - Static variable in class com.accountingenhancements.formula.FormulaVariable
Apply a bitwise Or of previous object against the next object
TYPE_OPERATOR_BIT_XOR - Static variable in class com.accountingenhancements.formula.FormulaVariable
Apply a bitwise Xor of previous object against the next object
TYPE_OPERATOR_DIVIDE - Static variable in class com.accountingenhancements.formula.FormulaVariable
Divide previous object by next object
TYPE_OPERATOR_EQUALS - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for identical values, return 1 if true, 0 if false
TYPE_OPERATOR_GREATER_THAN - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for whether previous object is greater than next object, return 1 if true, 0 if false
TYPE_OPERATOR_GREATER_THAN_OR_EQUAL - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for whether previous object is greater than or equal to next object, return 1 if true, 0 if false
TYPE_OPERATOR_LESS_THAN - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for whether previous object is less than next object, return 1 if true, 0 if false
TYPE_OPERATOR_LESS_THAN_OR_EQUAL - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for whether previous object is less than or equal to next object, return 1 if true, 0 if false
TYPE_OPERATOR_MINUS - Static variable in class com.accountingenhancements.formula.FormulaVariable
subtract next object from previous object.
TYPE_OPERATOR_MODULUS - Static variable in class com.accountingenhancements.formula.FormulaVariable
Return Remainder of division of previous object by next object.
TYPE_OPERATOR_MULTIPLY - Static variable in class com.accountingenhancements.formula.FormulaVariable
Multiply next object by previous object
TYPE_OPERATOR_NOT_EQUAL - Static variable in class com.accountingenhancements.formula.FormulaVariable
Compare previous object to next object for non-identical values, return 1 if true, 0 if false
TYPE_OPERATOR_OR - Static variable in class com.accountingenhancements.formula.FormulaVariable
Test previous object for non-zero versus zero.
TYPE_OPERATOR_PLUS - Static variable in class com.accountingenhancements.formula.FormulaVariable
Add next object to previous object.
TYPE_OPERATOR_UNARY_BIT_NOT - Static variable in class com.accountingenhancements.formula.FormulaVariable
Unary Bitwise Not (~) to be applied to next object.
TYPE_OPERATOR_UNARY_NOT - Static variable in class com.accountingenhancements.formula.FormulaVariable
Unary Not (!) logical Not to be applied to next object (0=1, non-zero=0)
TYPE_STRING - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type String
TYPE_TO_STRING_ARRAY - Static variable in class com.accountingenhancements.formula.FormulaVariable
Return the String form of TYPE_, Ex: TYPE_TO_STRING_ARRAY[TYPE_STRING]==String, TO_STRING_ARRAY[TYPE_OPERATOR_PLUS]=="+", etc...
TYPE_VARIABLE - Static variable in class com.accountingenhancements.formula.FormulaVariable
Value is of type Variable where this variable references another variable and should be resolved through a FormulaVariableList

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