Uses of Class
org.jboss.errai.codegen.framework.meta.MetaMethod

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

Uses of MetaMethod in org.jboss.errai.codegen.framework
 

Methods in org.jboss.errai.codegen.framework with parameters of type MetaMethod
static DefParameters DefParameters.from(MetaMethod method)
           
static DefParameters DefParameters.from(MetaMethod method, Parameter... mergeNames)
           
 

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

Uses of MetaMethod in org.jboss.errai.codegen.framework.builder
 

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

Uses of MetaMethod in org.jboss.errai.codegen.framework.builder.impl
 

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

Uses of MetaMethod in org.jboss.errai.codegen.framework.meta
 

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

Methods in org.jboss.errai.codegen.framework.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.codegen.framework.meta.impl
 

Methods in org.jboss.errai.codegen.framework.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.codegen.framework.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.codegen.framework.meta.impl.build
 

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

Methods in org.jboss.errai.codegen.framework.meta.impl.build that return MetaMethod
 MetaMethod BuildMetaClass.getBestMatchingMethod(String name, Class... parameters)
           
 MetaMethod BuildMetaClass.getBestMatchingMethod(String name, MetaClass... parameters)
           
 MetaMethod BuildMetaClass.getBestMatchingStaticMethod(String name, Class... parameters)
           
 MetaMethod BuildMetaClass.getBestMatchingStaticMethod(String name, MetaClass... parameters)
           
 MetaMethod[] BuildMetaClass.getDeclaredMethods()
           
 MetaMethod[] BuildMetaClass.getMethods()
           
 MetaMethod BuildMetaMethod.getReifiedFormOf()
           
 

Methods in org.jboss.errai.codegen.framework.meta.impl.build with parameters of type MetaMethod
 void BuildMetaMethod.setReifiedFormOf(MetaMethod reifiedFormOf)
           
 

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

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

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

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

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

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

Uses of MetaMethod in org.jboss.errai.codegen.framework.util
 

Methods in org.jboss.errai.codegen.framework.util with parameters of type MetaMethod
static void GenUtil.addPrivateAccessStubs(boolean useJSNIStubs, ClassStructureBuilder<?> classBuilder, MetaMethod m)
           
static boolean GenUtil.equals(MetaMethod a, MetaMethod b)
           
static Statement[] GenUtil.generateCallParameters(MetaMethod method, Context context, Object... parameters)
           
static String GenUtil.getPrivateMethodName(MetaMethod method)
           
static String JSNIUtil.methodAccess(MetaMethod method)
           
 



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