API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.type. DeclaredType View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.6 06/08/07
Serial
Hierarchy
 TypeMirror
      ReferenceType
          DeclaredType
Subinterfaces
Description
public interface DeclaredType
  Represents a declared type, either a class type or an interface type.
See also:    TypeElement
Methods
Hide/Show inherited methods
public Element asElement ()
  Returns the element corresponding to this type.
public TypeMirror getEnclosingType ()
  Returns the type of the innermost enclosing instance or a NoType of kind NONE if there is no enclosing instance.
public List<TypeMirror> getTypeArguments ()
  Returns the actual type arguments of this type.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar