Uses of Class
org.jboss.errai.ioc.rebind.ioc.codegen.meta.MetaMethod

Packages that use MetaMethod
org.jboss.errai.ioc.rebind.ioc   
org.jboss.errai.ioc.rebind.ioc.codegen   
org.jboss.errai.ioc.rebind.ioc.codegen.builder   
org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.meta   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt   
org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java   
org.jboss.errai.ioc.rebind.ioc.codegen.util   
org.jboss.errai.ioc.rebind.ioc.exception   
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc
 

Fields in org.jboss.errai.ioc.rebind.ioc declared as MetaMethod
protected  MetaMethod InjectionTask.method
           
 

Methods in org.jboss.errai.ioc.rebind.ioc that return MetaMethod
 MetaMethod InjectionTask.getMethod()
           
 MetaMethod InjectableInstance.getMethod()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc that return types with arguments of type MetaMethod
 Collection<MetaMethod> InjectionContext.getPrivateMethodsToExpose()
           
 

Methods in org.jboss.errai.ioc.rebind.ioc with parameters of type MetaMethod
 void InjectionContext.addExposedMethod(MetaMethod method)
           
static List<Annotation> InjectUtil.extractQualifiersFromMethod(MetaMethod method)
           
static
<T extends Annotation>
InjectableInstance<T>
InjectableInstance.getMethodInjectedInstance(T annotation, MetaMethod method, Injector injector, InjectionContext context)
           
static String InjectUtil.getPrivateMethodName(MetaMethod method)
           
static
<T extends Annotation>
InjectableInstance<T>
InjectableInstance.getStaticMethodInjectedInstance(T annotation, MetaMethod method, Injector injector, InjectionContext context)
           
static Statement[] InjectUtil.resolveInjectionDependencies(MetaParameter[] parms, InjectionContext ctx, MetaMethod method)
           
 void InjectionTask.setMethod(MetaMethod method)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc with parameters of type MetaMethod
DecoratorTask(Injector injector, MetaMethod method, IOCDecoratorExtension[] decs)
           
InjectableInstance(T annotation, TaskType taskType, MetaConstructor constructor, MetaMethod method, MetaField field, MetaClass type, MetaParameter parm, Injector injector, InjectionContext injectionContext)
           
InjectionTask(Injector injector, MetaMethod method)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen with parameters of type MetaMethod
static DefParameters DefParameters.from(MetaMethod method)
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.codegen with parameters of type MetaMethod
MethodInvocation(MetaMethod method, CallParameters callParameters)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.builder
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder with parameters of type MetaMethod
 ContextualStatementBuilder ContextualStatementBuilder.invoke(MetaMethod method, Object... parameters)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.builder.impl with parameters of type MetaMethod
 ContextualStatementBuilder ContextualStatementBuilderImpl.invoke(MetaMethod method, Object... parameters)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta
 

Subclasses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta
 class MetaConstructor
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta that return MetaMethod
static MetaMethod MetaClassFactory.get(Method method)
           
abstract  MetaMethod MetaClass.getBestMatchingMethod(String name, Class... parameters)
           
abstract  MetaMethod MetaClass.getBestMatchingMethod(String name, MetaClass... parameters)
           
abstract  MetaMethod MetaClass.getBestMatchingStaticMethod(String name, Class... parameters)
           
abstract  MetaMethod MetaClass.getBestMatchingStaticMethod(String name, MetaClass... parameters)
           
abstract  MetaMethod MetaClass.getDeclaredMethod(String name, Class... parameters)
           
abstract  MetaMethod MetaClass.getDeclaredMethod(String name, MetaClass... parameters)
           
abstract  MetaMethod[] MetaClass.getDeclaredMethods()
           
abstract  MetaMethod MetaClass.getMethod(String name, Class... parameters)
           
abstract  MetaMethod MetaClass.getMethod(String name, MetaClass... parameters)
           
abstract  MetaMethod[] MetaClass.getMethods()
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl that return MetaMethod
protected static MetaMethod AbstractMetaClass._getMethod(MetaMethod[] methods, String name, MetaClass... parmTypes)
           
 MetaMethod AbstractMetaClass.getBestMatchingMethod(String name, Class... parameters)
           
 MetaMethod AbstractMetaClass.getBestMatchingMethod(String name, MetaClass... parameters)
           
 MetaMethod AbstractMetaClass.getBestMatchingStaticMethod(String name, Class... parameters)
           
 MetaMethod AbstractMetaClass.getBestMatchingStaticMethod(String name, MetaClass... parameters)
           
 MetaMethod AbstractMetaClass.getDeclaredMethod(String name, Class... parmTypes)
           
 MetaMethod AbstractMetaClass.getDeclaredMethod(String name, MetaClass... parmTypes)
           
 MetaMethod AbstractMetaClass.getMethod(String name, Class... parmTypes)
           
 MetaMethod AbstractMetaClass.getMethod(String name, MetaClass... parameters)
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl with parameters of type MetaMethod
protected static MetaMethod AbstractMetaClass._getMethod(MetaMethod[] methods, String name, MetaClass... parmTypes)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build
 

Subclasses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build
 class BuildMetaConstructor
           
 class BuildMetaMethod
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.build that return MetaMethod
 MetaMethod[] BuildMetaClass.getDeclaredMethods()
           
 MetaMethod[] BuildMetaClass.getMethods()
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt
 

Subclasses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt
 class GWTConstructor
           
 class GWTMethod
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.gwt that return MetaMethod
 MetaMethod[] GWTClass.getDeclaredMethods()
           
 MetaMethod[] GWTClass.getMethods()
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
 

Subclasses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java
 class JavaReflectionConstructor
           
 class JavaReflectionMethod
           
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.meta.impl.java that return MetaMethod
 MetaMethod[] JavaReflectionClass.getDeclaredMethods()
           
 MetaMethod[] JavaReflectionClass.getMethods()
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.codegen.util
 

Methods in org.jboss.errai.ioc.rebind.ioc.codegen.util with parameters of type MetaMethod
static Statement[] GenUtil.generateCallParameters(MetaMethod method, Context context, Object... parameters)
           
static String JSNIUtil.methodAccess(MetaMethod method)
           
 

Uses of MetaMethod in org.jboss.errai.ioc.rebind.ioc.exception
 

Methods in org.jboss.errai.ioc.rebind.ioc.exception that return MetaMethod
 MetaMethod UnsatisfiedMethod.getMethod()
           
 

Constructors in org.jboss.errai.ioc.rebind.ioc.exception with parameters of type MetaMethod
UnsatisfiedMethod(MetaMethod method, MetaClass enclosingType, MetaClass injectedType)
           
 



Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.