java Programming Glossary: evaluator
JTextPane doesn't display JScrollPane and doesn't Wrap Text http://stackoverflow.com/questions/10461087/jtextpane-doesnt-display-jscrollpane-and-doesnt-wrap-text
boolean expression parser in java http://stackoverflow.com/questions/12203003/boolean-expression-parser-in-java static final Parameters PARAMETERS static Create the evaluator's parameters PARAMETERS new Parameters Add the supported operators.. public static void main String args TreeBooleanEvaluator evaluator new TreeBooleanEvaluator doIt evaluator T F F T doIt evaluator.. evaluator new TreeBooleanEvaluator doIt evaluator T F F T doIt evaluator T T F T private static void doIt TreeBooleanEvaluator..
Are Thread.stop and friends ever safe in Java? http://stackoverflow.com/questions/1283328/are-thread-stop-and-friends-ever-safe-in-java conditions are pretty restrictive. For example for a regex evaluator thread to be safely stopped if we must guarantee that the regex..
Is there any XPath processor for SAX model? http://stackoverflow.com/questions/1863250/is-there-any-xpath-processor-for-sax-model XPath processor for SAX model I'm looking for an XPath evaluator that doesn't rebuild the whole DOM document to look for the..
Convert mathematical string to int http://stackoverflow.com/questions/3252895/convert-mathematical-string-to-int the best out there but there are mathematical expressions evaluator packages. check out Java Math Expression Evaluator one file..
Mathematical expression (string) to number in Java http://stackoverflow.com/questions/4173623/mathematical-expression-string-to-number-in-java A Linear Recursive Math Evaluator This math expression evaluator was born out of a need to have a small footprint and efficient..
Instantiating Rhinoscript Native Objects from Java/Scala http://stackoverflow.com/questions/8558405/instantiating-rhinoscript-native-objects-from-java-scala trying to improve the performance of a javascript snippet evaluator . These script snippets can reference any number of variables..
Using XPath Contains against HTML in Java http://stackoverflow.com/questions/9022140/using-xpath-contains-against-html-in-java another XPath library but I can't find a good java XPath evaluator that works on a string. Using TagNode functions like getElementsByAttValue.. another XPath library but I can't find a good java XPath evaluator that works on a string. This is exactly what I would do except..
|