public class ShadowBuildMetaMethod extends BuildMetaMethod
Constructor and Description |
---|
ShadowBuildMetaMethod(BuildMetaClass declaringClass,
BlockStatement body,
Scope scope,
DefModifiers modifiers,
String name,
MetaClass returnType,
DefParameters defParameters,
ThrowsDeclaration throwsDeclaration,
MetaMethod shadow) |
Modifier and Type | Method and Description |
---|---|
Method |
asMethod() |
addAnnotations, addAnnotations, getAnnotations, getBody, getCheckedExceptions, getDeclaringClass, getDeclaringClassName, 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
equals, getAnnotation, getParametersAnnotatedWith, hashCode, hashString
isAnnotationPresent
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAnnotationPresent
public ShadowBuildMetaMethod(BuildMetaClass declaringClass, BlockStatement body, Scope scope, DefModifiers modifiers, String name, MetaClass returnType, DefParameters defParameters, ThrowsDeclaration throwsDeclaration, MetaMethod shadow)
public Method asMethod()
asMethod
in class MetaMethod
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.