public abstract class Executable extends Object
| Constructor and Description |
|---|
Executable() |
| Modifier and Type | Method and Description |
|---|---|
abstract <T extends Annotation> |
getAnnotation(Class<T> annotationClass) |
abstract Annotation[] |
getAnnotations() |
abstract KlassInfo |
getDeclaringKlass() |
abstract Type[] |
getGenericParameterTypes() |
abstract int |
getModifiers() |
abstract String |
getName() |
abstract int |
getOffset() |
abstract Annotation[][] |
getParameterAnnotations() |
abstract int |
getParameterCount() |
List<ParameterInfo> |
getParameters() |
abstract Class<?>[] |
getParameterTypes() |
Class<?>[] |
getRawParameterTypes(Class<?> declaringClass) |
Class<?>[] |
getRawParameterTypes(KlassInfo declaringKlass) |
String |
getSignature() |
abstract <T extends Annotation> |
isAnnotationPresent(Class<T> annotationClass) |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
abstract boolean |
isVarArgs() |
String |
toString() |
public abstract KlassInfo getDeclaringKlass()
public abstract String getName()
public abstract int getOffset()
public List<ParameterInfo> getParameters()
public abstract int getParameterCount()
public abstract Class<?>[] getParameterTypes()
public abstract Type[] getGenericParameterTypes()
public abstract boolean isVarArgs()
public abstract Annotation[] getAnnotations()
public abstract <T extends Annotation> T getAnnotation(Class<T> annotationClass)
public abstract <T extends Annotation> boolean isAnnotationPresent(Class<T> annotationClass)
public abstract Annotation[][] getParameterAnnotations()
public abstract int getModifiers()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public String getSignature()
Copyright © 2016 jetbrick. All rights reserved.