public class MethodDescriptor extends MemberDescriptor
java.lang.ref.Method. JAXX uses ClassDescriptor instead of Class
almost everywhere so that it can handle circular dependencies (there can't be a Class object for an uncompiled
JAXX or Java source file, and a compiler must be allow references to symbols in uncompiled source files in order to handle
circular dependencies).| Constructor and Description |
|---|
MethodDescriptor(String name,
int modifiers,
String returnType,
String[] parameterTypes,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor[] |
getParameterTypes() |
ClassDescriptor |
getReturnType() |
getClassLoader, getModifiers, getName, toStringpublic MethodDescriptor(String name, int modifiers, String returnType, String[] parameterTypes, ClassLoader classLoader)
public ClassDescriptor getReturnType()
public ClassDescriptor[] getParameterTypes()
Copyright © 2008–2019 Ultreia.io. All rights reserved.