|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hotsax.html.sax.HtmlParserVal
public class HtmlParserVal
BYACC/J Semantic Value for parser: HtmlParser 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' |
Object |
obj
object value of this 'union' |
String |
sval
string value of this 'union' |
Constructor Summary | |
---|---|
HtmlParserVal(double val)
Initialize me as a double |
|
HtmlParserVal(int val)
Initialize me as an int |
|
HtmlParserVal(Object val)
Initialize me as an Object |
|
HtmlParserVal(String val)
Initialize me as a string |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int ival
public double dval
public String sval
public Object obj
Constructor Detail |
---|
public HtmlParserVal(int val)
public HtmlParserVal(double val)
public HtmlParserVal(String val)
public HtmlParserVal(Object val)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |