|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sourceforge.jeval.EvaluationHelper
public class EvaluationHelper
| Constructor Summary | |
|---|---|
EvaluationHelper()
|
|
| Method Summary | |
|---|---|
static boolean |
isSpace(char character)
Determines if a character is a space or white space. |
static java.lang.String |
replaceAll(java.lang.String expression,
java.lang.String oldString,
java.lang.String newString)
Replaces all old string within the expression with new strings. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvaluationHelper()
| Method Detail |
|---|
public static java.lang.String replaceAll(java.lang.String expression,
java.lang.String oldString,
java.lang.String newString)
expression - The string being processed.oldString - The string to replace.newString - The string to replace the old string with.
public static boolean isSpace(char character)
character - The character being evaluated.
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||