org.emboss.jemboss.parser
Class AcdVarResolve

java.lang.Object
  extended byorg.emboss.jemboss.parser.AcdVarResolve

public class AcdVarResolve
extends java.lang.Object

Resolves any variable reference in a string.


Field Summary
private  java.lang.String exp
          expression
 
Constructor Summary
AcdVarResolve(java.lang.String exp, java.lang.String val, java.lang.String varName, ParseAcd parseAcd, int nof, TextFieldSink[] textf, TextFieldInt[] textInt, TextFieldFloat[] textFloat, JembossComboPopup[] fieldOption, javax.swing.JCheckBox[] checkBox)
           
 
Method Summary
 java.lang.String getResult()
          Get the resolved expression
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exp

private java.lang.String exp
expression

Constructor Detail

AcdVarResolve

public AcdVarResolve(java.lang.String exp,
                     java.lang.String val,
                     java.lang.String varName,
                     ParseAcd parseAcd,
                     int nof,
                     TextFieldSink[] textf,
                     TextFieldInt[] textInt,
                     TextFieldFloat[] textFloat,
                     JembossComboPopup[] fieldOption,
                     javax.swing.JCheckBox[] checkBox)
Parameters:
exp - expression to resolve
varName - variable name
parseAcd - ACD parser for the application
nof - number of fields
textf - text fields
textInt - int fields
textFloat - float fields
fieldOption - combo popup fields
checkBox - boolean fields
Method Detail

getResult

public java.lang.String getResult()
Get the resolved expression

Returns:
result