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


Inner Class Summary
(package private) static class JVMConstructorClassMethods.ConstructorList
           
 
Inner classes inherited from class kmy.jint.util.JVMClassMethods
JVMClassMethods.MethodList
 
Fields inherited from class kmy.jint.util.JVMClassMethods
booleanType, byteType, charType, doubleType, floatType, intType, longType, shortType, voidType
 
Fields inherited from class kmy.jint.util.ClassMethods
VARIABLE
 
Constructor Summary
JVMConstructorClassMethods()
           
 
Method Summary
 java.lang.Object getInitName()
          Returns object used to name constructors ("").
 java.lang.Object getMethodDeclaringClass(java.lang.Object method)
           
 int getMethodModifiers(java.lang.Object method)
           
 java.util.Enumeration getMethods(java.lang.Object clazz, java.lang.Object name, int nargs)
           
 java.lang.Object[] getParameterTypes(java.lang.Object method)
           
 java.lang.Object getReturnType(java.lang.Object method)
           
 
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
 

Constructor Detail

JVMConstructorClassMethods

public JVMConstructorClassMethods()
Method Detail

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