org.sandev.generator
Class SandFieldType
java.lang.Object
org.sandev.generator.SandFieldType
- All Implemented Interfaces:
- com.sun.javadoc.Type
- public class SandFieldType
- extends java.lang.Object
- implements com.sun.javadoc.Type
Basic Type implementation used for adding synthesized fields to
an existing FieldDoc. It would be nice to use whatever Sun uses; since
they don't provide access to the Type used by the Standard Doclet,
we roll our own. Note that this implementation is designed only to support
synthesized fields for doclets; as a result, some functionality of the
Type API is not implemented.
|
Constructor Summary |
SandFieldType(java.lang.String dimension,
java.lang.String qualifier,
java.lang.String typeName)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
dimension
protected java.lang.String dimension
qualifier
protected java.lang.String qualifier
typeName
protected java.lang.String typeName
SandFieldType
public SandFieldType(java.lang.String dimension,
java.lang.String qualifier,
java.lang.String typeName)
- Parameters:
qualifier - The package of the Type, up to and including the final
dot. For example, the qualifier for java.lang.String is
"java.lang.".
asClassDoc
public com.sun.javadoc.ClassDoc asClassDoc()
- Not implemented; returns null.
- Specified by:
asClassDoc in interface com.sun.javadoc.Type
dimension
public java.lang.String dimension()
- Specified by:
dimension in interface com.sun.javadoc.Type
qualifiedTypeName
public java.lang.String qualifiedTypeName()
- Specified by:
qualifiedTypeName in interface com.sun.javadoc.Type
toString
public java.lang.String toString()
- Specified by:
toString in interface com.sun.javadoc.Type
typeName
public java.lang.String typeName()
- Specified by:
typeName in interface com.sun.javadoc.Type