com.ebasetech.ufs.utility
Class UfsJEP

java.lang.Object
  extended byorg.nfunk.jep.JEP
      extended bycom.ebasetech.ufs.utility.UfsJEP

public class UfsJEP
extends org.nfunk.jep.JEP

See Also:
Serialized Form

Field Summary
static char CR_REPLACEMENT
           
static char DOUBLE_QUOTE
           
static char ENCLOSING_QUOTE
           
static char LF_REPLACEMENT
           
static char[][] POST_JEP_CONVERSIONS
           
static char[][] PRE_JEP_CONVERSIONS
           
static char SINGLE_QUOTE
           
static char TAB_REPLACEMENT
           
 
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
 

Field Detail

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
Constructor Detail

UfsJEP

public UfsJEP()
       throws com.ebasetech.ufs.kernel.FormException
UfsJEP constructor comment.

Throws:
com.ebasetech.ufs.kernel.FormException - The exception description.
Method Detail

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