Uses of Interface
org.glassfish.pfl.dynamic.codegen.spi.MethodInfo

Packages that use MethodInfo
org.glassfish.pfl.dynamic.codegen.impl   
org.glassfish.pfl.dynamic.codegen.spi   
 

Uses of MethodInfo in org.glassfish.pfl.dynamic.codegen.impl
 

Classes in org.glassfish.pfl.dynamic.codegen.impl that implement MethodInfo
 class MethodGenerator
           
 class MethodInfoBase
           
 class MethodInfoReflectiveImpl
          Implementation of MethodInfo interface for actual Method.
 

Methods in org.glassfish.pfl.dynamic.codegen.impl that return MethodInfo
 MethodInfo ClassInfoBase.findConstructorInfo(Signature sig)
           
 MethodInfo ClassInfoBase.findMethodInfo(String name, Signature sig)
           
 

Methods in org.glassfish.pfl.dynamic.codegen.impl that return types with arguments of type MethodInfo
 Set<MethodInfo> ClassInfoBase.constructorInfo()
           
 Set<MethodInfo> ClassGeneratorImpl.constructorInfo()
           
 Map<String,Set<MethodInfo>> ClassInfoBase.methodInfoByName()
           
 

Methods in org.glassfish.pfl.dynamic.codegen.impl with parameters of type MethodInfo
protected  void ClassInfoBase.addConstructorInfo(MethodInfo cinfo)
           
protected  void ClassInfoBase.addMethodInfo(MethodInfo minfo)
           
 

Uses of MethodInfo in org.glassfish.pfl.dynamic.codegen.spi
 

Subinterfaces of MethodInfo in org.glassfish.pfl.dynamic.codegen.spi
 interface ModifiableMethod
          Modify an existing method.
 

Methods in org.glassfish.pfl.dynamic.codegen.spi that return MethodInfo
 MethodInfo ClassInfo.findConstructorInfo(Signature sig)
          Find the MethodInfo (if any) for a Constructor with the given Signature in this ClassInfo.
 MethodInfo ClassInfo.findMethodInfo(String name, Signature sig)
          Find the method (if any) with the given name and Signature in this ClassInfo, or in any superType of this ClassInfo.
static MethodInfo Utility.getMethodInfo(Method method)
           
 MethodInfo ModifiableFieldReference.method()
           
 

Methods in org.glassfish.pfl.dynamic.codegen.spi that return types with arguments of type MethodInfo
 Set<MethodInfo> ClassInfo.constructorInfo()
           
 Map<String,Set<MethodInfo>> ClassInfo.methodInfoByName()
          Return methodInfo for all methods defined on this class.
 



Copyright © 2013 Oracle. All Rights Reserved.