org.jboss.errai.codegen.meta.impl.build
Class ShadowBuildMetaMethod
java.lang.Object
org.jboss.errai.codegen.meta.MetaMethod
org.jboss.errai.codegen.meta.impl.build.BuildMetaMethod
org.jboss.errai.codegen.meta.impl.build.ShadowBuildMetaMethod
- All Implemented Interfaces:
- Builder, HasAnnotations, MetaClassMember, MetaGenericDeclaration
public class ShadowBuildMetaMethod
- extends BuildMetaMethod
- Author:
- Mike Brock
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 |
ShadowBuildMetaMethod
public ShadowBuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration,
MetaMethod shadow)
asMethod
public Method asMethod()
- Overrides:
asMethod
in class MetaMethod
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.