Uses of Interface
org.fusesource.hawtjni.generator.model.JNIMethod

Packages that use JNIMethod
org.fusesource.hawtjni.generator   
org.fusesource.hawtjni.generator.model   
 

Uses of JNIMethod in org.fusesource.hawtjni.generator
 

Methods in org.fusesource.hawtjni.generator with parameters of type JNIMethod
 void CleanupNatives.generate(JNIMethod method)
           
 void LockGenerator.generate(JNIMethod method)
           
 void NativesGenerator.generate(JNIMethod method)
           
 

Method parameters in org.fusesource.hawtjni.generator with type arguments of type JNIMethod
 void CleanupNatives.generate(java.util.List<JNIMethod> methods)
           
 void LockGenerator.generate(java.util.List<JNIMethod> methods)
           
 void NativesGenerator.generate(java.util.List<JNIMethod> methods)
           
static void JNIGenerator.sortMethods(java.util.List<JNIMethod> methods)
           
 

Uses of JNIMethod in org.fusesource.hawtjni.generator.model
 

Classes in org.fusesource.hawtjni.generator.model that implement JNIMethod
 class ReflectMethod
           
 

Methods in org.fusesource.hawtjni.generator.model that return JNIMethod
 JNIMethod JNIParameter.getMethod()
           
 JNIMethod ReflectParameter.getMethod()
           
 

Methods in org.fusesource.hawtjni.generator.model that return types with arguments of type JNIMethod
 java.util.List<JNIMethod> JNIClass.getDeclaredMethods()
           
 java.util.List<JNIMethod> ReflectClass.getDeclaredMethods()
           
 java.util.List<JNIMethod> JNIClass.getNativeMethods()
           
 java.util.List<JNIMethod> ReflectClass.getNativeMethods()
           
 



Copyright © 2009-2011 FuseSource, Corp.. All Rights Reserved.