|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.japisoft.formula.FormulaParserVal
BYACC/J Semantic Value for parser: FormulaParser This class provides some of the functionality of the yacc/C 'union' directive
Field Summary | |
double |
dval
double value of this 'union' |
int |
ival
integer value of this 'union' |
java.lang.Object |
obj
object value of this 'union' |
java.lang.String |
sval
string value of this 'union' |
Constructor Summary | |
FormulaParserVal(double val)
Initialize me as a double |
|
FormulaParserVal(int val)
Initialize me as an int |
|
FormulaParserVal(java.lang.Object val)
Initialize me as an Object |
|
FormulaParserVal(java.lang.String val)
Initialize me as a string |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int ival
public double dval
public java.lang.String sval
public java.lang.Object obj
Constructor Detail |
public FormulaParserVal(int val)
public FormulaParserVal(double val)
public FormulaParserVal(java.lang.String val)
public FormulaParserVal(java.lang.Object val)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |