com.moesol.generator
Class JniMethodCallable

java.lang.Object
  extended by com.moesol.generator.Callable
      extended by com.moesol.generator.MethodCallable
          extended by com.moesol.generator.JniMethodCallable

public class JniMethodCallable
extends MethodCallable


Field Summary
 
Fields inherited from class com.moesol.generator.Callable
CLASS, METHOD, PACKAGE, PARAMETERS, WILD
 
Constructor Summary
JniMethodCallable(Method method, int num_me_params)
           
 
Method Summary
 String getName()
          See Method getName
 Class[] getParameterTypes()
          See Method getParameterTypes
 
Methods inherited from class com.moesol.generator.MethodCallable
getDeclaringClass, getExceptionTypes, getModifiers, getReturnType, isImpl, isOverloaded
 
Methods inherited from class com.moesol.generator.Callable
getKeyString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JniMethodCallable

public JniMethodCallable(Method method,
                         int num_me_params)
                  throws ApplyException
Throws:
ApplyException
Method Detail

getName

public String getName()
Description copied from class: Callable
See Method getName

Overrides:
getName in class MethodCallable
Returns:

getParameterTypes

public Class[] getParameterTypes()
Description copied from class: Callable
See Method getParameterTypes

Overrides:
getParameterTypes in class MethodCallable
Returns:


Copyright © 2004 Moebius Solutions, Inc. All Rights Reserved.