kmy.jint.util
Class JVMConstructorClassMethods
java.lang.Object
|
+--kmy.jint.util.ClassMethods
|
+--kmy.jint.util.JVMClassMethods
|
+--kmy.jint.util.JVMConstructorClassMethods
- public class JVMConstructorClassMethods
- extends JVMClassMethods
Methods inherited from class kmy.jint.util.JVMClassMethods |
areSame,
getAnyClass,
getArgListClass,
getClassModifiers,
getField,
getFieldModifiers,
getImplementedInterfaces,
getPackage,
getSuperclass,
isAssignableFrom,
isPrivateAccessible,
primitiveAssignable,
wrapped |
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
toString,
wait,
wait,
wait |
JVMConstructorClassMethods
public JVMConstructorClassMethods()
getInitName
public java.lang.Object getInitName()
- Description copied from class: JVMClassMethods
- Returns object used to name constructors ("").
- Overrides:
- getInitName in class JVMClassMethods
getMethodModifiers
public int getMethodModifiers(java.lang.Object method)
- Overrides:
- getMethodModifiers in class JVMClassMethods
getMethods
public java.util.Enumeration getMethods(java.lang.Object clazz,
java.lang.Object name,
int nargs)
- Overrides:
- getMethods in class JVMClassMethods
getMethodDeclaringClass
public java.lang.Object getMethodDeclaringClass(java.lang.Object method)
- Overrides:
- getMethodDeclaringClass in class JVMClassMethods
getReturnType
public java.lang.Object getReturnType(java.lang.Object method)
- Overrides:
- getReturnType in class JVMClassMethods
getParameterTypes
public java.lang.Object[] getParameterTypes(java.lang.Object method)
- Overrides:
- getParameterTypes in class JVMClassMethods