- toString() - Method in interface com.sun.mirror.declaration.AnnotationValue
-
Returns a string representation of this value.
- toString() - Method in enum com.sun.mirror.declaration.Modifier
-
Returns this modifier's name in lowercase.
- toString() - Method in interface com.sun.mirror.type.TypeMirror
-
Returns a string representation of this type.
- TypeDeclaration - Interface in com.sun.mirror.declaration
-
Represents the declaration of a class or interface.
- TypeMirror - Interface in com.sun.mirror.type
-
Represents a type in the Java programming language.
- TypeParameterDeclaration - Interface in com.sun.mirror.declaration
-
Represents a formal type parameter of a generic type, method,
or constructor declaration.
- Types - Interface in com.sun.mirror.util
-
Utility methods for operating on types.
- TypeVariable - Interface in com.sun.mirror.type
-
Represents a type variable.
- TypeVisitor - Interface in com.sun.mirror.util
-
A visitor for types, in the style of the standard visitor design pattern.