|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.generator.SandFieldType
public class SandFieldType
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.
| Field Summary | |
|---|---|
protected java.lang.String |
dimension
|
protected java.lang.String |
qualifier
|
protected java.lang.String |
typeName
|
| Constructor Summary | |
|---|---|
SandFieldType(java.lang.String dimension,
java.lang.String qualifier,
java.lang.String typeName)
|
|
| Method Summary | |
|---|---|
com.sun.javadoc.AnnotationTypeDoc |
asAnnotationTypeDoc()
Returns null. |
com.sun.javadoc.ClassDoc |
asClassDoc()
Not implemented; returns null. |
com.sun.javadoc.ParameterizedType |
asParameterizedType()
Returns null. |
com.sun.javadoc.TypeVariable |
asTypeVariable()
Returns null. |
com.sun.javadoc.WildcardType |
asWildcardType()
Returns null. |
java.lang.String |
dimension()
|
boolean |
isPrimitive()
Returns false. |
java.lang.String |
qualifiedTypeName()
|
java.lang.String |
simpleTypeName()
Returns typeName. |
java.lang.String |
toString()
|
java.lang.String |
typeName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String dimension
protected java.lang.String qualifier
protected java.lang.String typeName
| Constructor Detail |
|---|
public SandFieldType(java.lang.String dimension,
java.lang.String qualifier,
java.lang.String typeName)
qualifier - The package of the Type, up to and including the final
dot. For example, the qualifier for java.lang.String is
"java.lang.".| Method Detail |
|---|
public com.sun.javadoc.ClassDoc asClassDoc()
asClassDoc in interface com.sun.javadoc.Typepublic java.lang.String dimension()
dimension in interface com.sun.javadoc.Typepublic java.lang.String qualifiedTypeName()
qualifiedTypeName in interface com.sun.javadoc.Typepublic java.lang.String toString()
toString in interface com.sun.javadoc.TypetoString in class java.lang.Objectpublic java.lang.String typeName()
typeName in interface com.sun.javadoc.Typepublic com.sun.javadoc.AnnotationTypeDoc asAnnotationTypeDoc()
asAnnotationTypeDoc in interface com.sun.javadoc.Typepublic com.sun.javadoc.WildcardType asWildcardType()
asWildcardType in interface com.sun.javadoc.Typepublic com.sun.javadoc.TypeVariable asTypeVariable()
asTypeVariable in interface com.sun.javadoc.Typepublic com.sun.javadoc.ParameterizedType asParameterizedType()
asParameterizedType in interface com.sun.javadoc.Typepublic boolean isPrimitive()
isPrimitive in interface com.sun.javadoc.Typepublic java.lang.String simpleTypeName()
simpleTypeName in interface com.sun.javadoc.Type
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||