Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl.build
Class ShadowBuildMetaMethod

java.lang.Object
  extended by org.jboss.errai.codegen.meta.MetaMethod
      extended by org.jboss.errai.codegen.meta.impl.build.BuildMetaMethod
          extended by org.jboss.errai.codegen.meta.impl.build.ShadowBuildMetaMethod
All Implemented Interfaces:
Builder, HasAnnotations, MetaClassMember, MetaGenericDeclaration

public class ShadowBuildMetaMethod
extends BuildMetaMethod

Author:
Mike Brock

Constructor Summary
ShadowBuildMetaMethod(BuildMetaClass declaringClass, BlockStatement body, Scope scope, DefModifiers modifiers, String name, MetaClass returnType, DefParameters defParameters, ThrowsDeclaration throwsDeclaration, MetaMethod shadow)
           
 
Method Summary
 Method asMethod()
           
 
Methods inherited from class org.jboss.errai.codegen.meta.impl.build.BuildMetaMethod
addAnnotations, addAnnotations, getAnnotations, getBody, getCheckedExceptions, getDeclaringClass, getGenericParameterTypes, getGenericReturnType, getName, getParameters, getReifiedFormOf, getReturnType, getTypeParameters, isAbstract, isFinal, isPrivate, isProtected, isPublic, isReifiedForm, isStatic, isSynchronized, isSynthetic, isTransient, isVarArgs, isVolatile, setBody, setDeclaringClass, setDefParameters, setGenericParameterTypes, setGenericReturnType, setMethodComment, setName, setReifiedFormOf, setReturnType, setScope, setThrowsDeclaration, toJavaString, toString
 
Methods inherited from class org.jboss.errai.codegen.meta.MetaMethod
equals, getAnnotation, getParametersAnnotatedWith, hashCode, hashString, isAnnotationPresent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShadowBuildMetaMethod

public ShadowBuildMetaMethod(BuildMetaClass declaringClass,
                             BlockStatement body,
                             Scope scope,
                             DefModifiers modifiers,
                             String name,
                             MetaClass returnType,
                             DefParameters defParameters,
                             ThrowsDeclaration throwsDeclaration,
                             MetaMethod shadow)
Method Detail

asMethod

public Method asMethod()
Overrides:
asMethod in class MetaMethod

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.