API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.type. TypeMirror View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.6 06/08/03
Serial
Hierarchy
 TypeMirror
Subinterfaces
Description
public interface TypeMirror
  Represents a type in the Java programming language.
See also:    Element Types
Methods
Hide/Show inherited methods
public R accept (TypeVisitor< R, P> v, P p)
  Applies a visitor to this type.
public boolean equals (Object obj)
  Obeys the general contract of Object.equals.
public TypeKind getKind ()
  Returns the kind of this type.
public int hashCode ()
  Obeys the general contract of Object.hashCode.
public String toString ()
  Returns an informative string representation of this type.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar