API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.lang.model.type. ExecutableType View Source
Author(s)
Joseph D. Darcy
Scott Seligman
Peter von der Ahé
Since
1.6
Version
1.4 06/07/31
Serial
Hierarchy
 TypeMirror
      ExecutableType
Subinterfaces
Description
public interface ExecutableType
  Represents the type of an executable.
See also:    ExecutableElement
Methods
Hide/Show inherited methods
public List<TypeMirror> getParameterTypes ()
  Returns the types of this executable's formal parameters.
public TypeMirror getReturnType ()
  Returns the return type of this executable.
public List<TypeMirror> getThrownTypes ()
  Returns the exceptions and other throwables listed in this executable's throws clause.
public List<TypeVariable> getTypeVariables ()
  Returns the type variables declared by the formal type parameters of this executable.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar