|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfbench.translate.STtoJavaVal
public class STtoJavaVal
BYACC/J Semantic Value for parser: STtoJava 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 | |
---|---|
STtoJavaVal()
Initialize me without a value |
|
STtoJavaVal(double val)
Initialize me as a double |
|
STtoJavaVal(int val)
Initialize me as an int |
|
STtoJavaVal(java.lang.Object val)
Initialize me as an Object |
|
STtoJavaVal(java.lang.String val)
Initialize me as a string |
Method Summary |
---|
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 STtoJavaVal()
public STtoJavaVal(int val)
public STtoJavaVal(double val)
public STtoJavaVal(java.lang.String val)
public STtoJavaVal(java.lang.Object val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |