kmy.jint.reflect
Class AnyMethod
java.lang.Object
|
+--kmy.jint.reflect.AbstractMethod
|
+--kmy.jint.reflect.AnyMethod
- public class AnyMethod
- extends AbstractMethod
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
name
Identifier name
classTable
JintClassTable classTable
params
AbstractClass[] params
modifiers
int modifiers
AnyMethod
AnyMethod(JintClassTable ct,
Identifier name,
int nparam)
getName
public java.lang.String getName()
- Overrides:
- getName in class AbstractMethod
getIdentifier
public Identifier getIdentifier()
getModifiers
public int getModifiers()
- Overrides:
- getModifiers in class AbstractMethod
getType
public AbstractClass getType()
- Overrides:
- getType in class AbstractMethod
getDeclaringClass
public AbstractClass getDeclaringClass()
- Overrides:
- getDeclaringClass in class AbstractMethod
getExceptionTypes
public AbstractClass[] getExceptionTypes()
- Overrides:
- getExceptionTypes in class AbstractMethod
getParameterTypes
public AbstractClass[] getParameterTypes()
- Overrides:
- getParameterTypes in class AbstractMethod
makeStatic
public void makeStatic()