kmy.jint.reflect
Class JintMethod
java.lang.Object
|
+--kmy.jint.reflect.AbstractMethod
|
+--kmy.jint.reflect.JintMethod
- public class JintMethod
- extends AbstractMethod
Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
registerNatives,
wait,
wait,
wait |
name
java.lang.String name
declaring
JintClass declaring
type
AbstractClass type
params
AbstractClass[] params
exceptions
AbstractClass[] exceptions
modifiers
int modifiers
typeName
QualifiedIdentifier typeName
paramTypeNames
QualifiedIdentifier[] paramTypeNames
exceptionNames
QualifiedIdentifier[] exceptionNames
JintMethod
JintMethod(JintClassTable classTable,
JintClass declaring,
int modifiers,
Identifier name,
QualifiedIdentifier type,
QualifiedIdentifier[] params,
QualifiedIdentifier[] exceptions)
initDescriptor
protected void initDescriptor()
- Overrides:
- initDescriptor in class AbstractMethod
getName
public java.lang.String getName()
- Overrides:
- getName in class AbstractMethod
getModifiers
public int getModifiers()
- Overrides:
- getModifiers in class AbstractMethod
getDeclaringClass
public AbstractClass getDeclaringClass()
- Overrides:
- getDeclaringClass in class AbstractMethod
getType
public AbstractClass getType()
- Overrides:
- getType in class AbstractMethod
getExceptionTypes
public AbstractClass[] getExceptionTypes()
- Overrides:
- getExceptionTypes in class AbstractMethod
getParameterTypes
public AbstractClass[] getParameterTypes()
- Overrides:
- getParameterTypes in class AbstractMethod