org.eclipse.jdt.internal.compiler.apt.model
Class ExecutableTypeImpl
java.lang.Object
org.eclipse.jdt.internal.compiler.apt.model.TypeMirrorImpl
org.eclipse.jdt.internal.compiler.apt.model.ExecutableTypeImpl
- All Implemented Interfaces:
- ExecutableType, TypeMirror
public class ExecutableTypeImpl
- extends TypeMirrorImpl
- implements ExecutableType
Implementation of the ExecutableType
getParameterTypes
public List<? extends TypeMirror> getParameterTypes()
- Specified by:
getParameterTypes in interface ExecutableType
getReturnType
public TypeMirror getReturnType()
- Specified by:
getReturnType in interface ExecutableType
getThrownTypes
public List<? extends TypeMirror> getThrownTypes()
- Specified by:
getThrownTypes in interface ExecutableType
getTypeVariables
public List<? extends TypeVariable> getTypeVariables()
- Specified by:
getTypeVariables in interface ExecutableType
accept
public <R,P> R accept(TypeVisitor<R,P> v,
P p)
- Specified by:
accept in interface TypeMirror- Overrides:
accept in class TypeMirrorImpl
getKind
public TypeKind getKind()
- Specified by:
getKind in interface TypeMirror- Overrides:
getKind in class TypeMirrorImpl
Copyright © 2012. All Rights Reserved.