com.ebasetech.ufs.utility
Class UfsJEP
java.lang.Object
org.nfunk.jep.JEP
com.ebasetech.ufs.utility.UfsJEP
- public class UfsJEP
- extends org.nfunk.jep.JEP
- See Also:
- Serialized Form
Constructor Summary |
UfsJEP()
UfsJEP constructor comment. |
Method Summary |
java.lang.String |
convertBack(java.lang.String value)
This method reverses conversions performed earlier by convertForJep()
Change log
20/02/2004 * Jon * See convertForJep() change comment |
java.lang.String |
convertForJep(java.lang.String value)
This method converts any values that JEP can not handle
Change log
20/02/2004 * Jon * No longer calls replaceString(). |
void |
parseNewExpression(java.lang.String expressionIn)
Insert the method's description here. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLE_QUOTE
public static final char SINGLE_QUOTE
- See Also:
- Constant Field Values
DOUBLE_QUOTE
public static final char DOUBLE_QUOTE
- See Also:
- Constant Field Values
LF_REPLACEMENT
public static final char LF_REPLACEMENT
- See Also:
- Constant Field Values
CR_REPLACEMENT
public static final char CR_REPLACEMENT
- See Also:
- Constant Field Values
TAB_REPLACEMENT
public static final char TAB_REPLACEMENT
- See Also:
- Constant Field Values
ENCLOSING_QUOTE
public static final char ENCLOSING_QUOTE
- See Also:
- Constant Field Values
PRE_JEP_CONVERSIONS
public static final char[][] PRE_JEP_CONVERSIONS
POST_JEP_CONVERSIONS
public static final char[][] POST_JEP_CONVERSIONS
UfsJEP
public UfsJEP()
throws com.ebasetech.ufs.kernel.FormException
- UfsJEP constructor comment.
- Throws:
com.ebasetech.ufs.kernel.FormException
- The exception description.
convertBack
public java.lang.String convertBack(java.lang.String value)
- This method reverses conversions performed earlier by convertForJep()
Change log
20/02/2004 * Jon * See convertForJep() change comment
convertForJep
public java.lang.String convertForJep(java.lang.String value)
- This method converts any values that JEP can not handle
Change log
20/02/2004 * Jon * No longer calls replaceString(). Conversion characters
* * changed from String to char. These changes made because of
* * poor performance with long strings in script variables.
parseNewExpression
public void parseNewExpression(java.lang.String expressionIn)
throws com.ebasetech.ufs.kernel.FormException
- Insert the method's description here.
Creation date: (22/11/02 18:33:19)
- Throws:
com.ebasetech.ufs.kernel.FormException