API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.element. TypeElement View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.8 06/08/15
Serial
Hierarchy
 Element
      TypeElement
Subinterfaces
Description
public interface TypeElement
  Represents a class or interface program element.
See also:    DeclaredType
Methods
Hide/Show inherited methods
public List<TypeMirror> getInterfaces ()
  Returns the interface types directly implemented by this class or extended by this interface.
public NestingKind getNestingKind ()
  Returns the nesting kind of this type element.
public Name getQualifiedName ()
  Returns the fully qualified name of this type element.
public TypeMirror getSuperclass ()
  Returns the direct superclass of this type element.
public List<TypeParameterElement> getTypeParameters ()
  Returns the formal type parameters of this type element in declaration order.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar