public class RawMethod extends Method
| Constructor and Description |
|---|
RawMethod(Method decl,
AType returnType,
java.util.List<ReferenceType> exceptions) |
| Modifier and Type | Method and Description |
|---|---|
Method |
asRaw() |
EnumBitSet<AccessFlag> |
getAccessFlags() |
Method |
getDeclaration() |
ClassType |
getDeclaringClass() |
java.lang.Object |
getDefaultAnnotationValue() |
org.objectweb.asm.Type |
getDescriptor() |
java.util.List<ReferenceType> |
getExceptions() |
java.lang.String |
getName() |
java.util.List<Parameter> |
getParameters() |
AType |
getReturnType() |
java.util.List<TypeParameter> |
getTypeParameters() |
boolean |
isConstructor() |
getAccessor, getAnnotationSupplier, getFullName, isAbstract, isBridge, isStatic, isSynthetic, resolveTypeParameter, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waithasTypeParameterspublic RawMethod(Method decl, AType returnType, java.util.List<ReferenceType> exceptions)
public org.objectweb.asm.Type getDescriptor()
getDescriptor in class Methodpublic java.lang.Object getDefaultAnnotationValue()
getDefaultAnnotationValue in class Methodpublic ClassType getDeclaringClass()
getDeclaringClass in class Methodpublic java.util.List<Parameter> getParameters()
getParameters in class Methodpublic AType getReturnType()
getReturnType in class Methodpublic boolean isConstructor()
isConstructor in class Methodpublic EnumBitSet<AccessFlag> getAccessFlags()
getAccessFlags in class Methodpublic java.util.List<ReferenceType> getExceptions()
getExceptions in class Methodpublic java.util.List<TypeParameter> getTypeParameters()
public Method getDeclaration()
getDeclaration in class Method