Package jaxx.compiler.reflect
Class MethodDescriptor
java.lang.Object
jaxx.compiler.reflect.MemberDescriptor
jaxx.compiler.reflect.MethodDescriptor
public class MethodDescriptor extends MemberDescriptor
Mirrors the class
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 Summary
Constructors Constructor Description MethodDescriptor(java.lang.String name, int modifiers, java.lang.String returnType, java.lang.String[] parameterTypes, java.lang.ClassLoader classLoader) -
Method Summary
Modifier and Type Method Description ClassDescriptor[]getParameterTypes()ClassDescriptorgetReturnType()Methods inherited from class jaxx.compiler.reflect.MemberDescriptor
getClassLoader, getModifiers, getName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
MethodDescriptor
public MethodDescriptor(java.lang.String name, int modifiers, java.lang.String returnType, java.lang.String[] parameterTypes, java.lang.ClassLoader classLoader)
-
-
Method Details
-
getReturnType
-
getParameterTypes
-