Class Parser.Value
- java.lang.Object
-
- com.thoughtworks.qdox.parser.impl.Parser.Value
-
- Enclosing class:
- Parser
private class Parser.Value extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Value()
-
-
-
Field Detail
-
oval
java.lang.Object oval
-
sval
java.lang.String sval
-
ival
int ival
-
bval
boolean bval
-
type
TypeDef type
-
annoval
ElemValueDef annoval
-
-