com.thoughtworks.qdox.parser.impl
Class Parser.Value

java.lang.Object
  extended by com.thoughtworks.qdox.parser.impl.Parser.Value
Enclosing class:
Parser

private class Parser.Value
extends java.lang.Object


Field Summary
(package private)  AnnotationValue annoval
           
(package private)  boolean bval
           
(package private)  int ival
           
(package private)  java.lang.Object oval
           
(package private)  java.lang.String sval
           
(package private)  TypeDef type
           
 
Constructor Summary
private Parser.Value()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

oval

java.lang.Object oval

sval

java.lang.String sval

ival

int ival

bval

boolean bval

type

TypeDef type

annoval

AnnotationValue annoval
Constructor Detail

Parser.Value

private Parser.Value()