java.lang.Object
org.jboss.classfilewriter.ClassMethod
- All Implemented Interfaces:
WritableEntry
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCheckedExceptions(Class<? extends Exception>... exceptions) voidaddCheckedExceptions(String... exceptions) booleanintgetName()String[]inthashCode()booleanbooleanisStatic()voidsetSignature(String signature) toString()voidwrite(ByteArrayDataOutputStream stream)
-
Method Details
-
addCheckedExceptions
-
addCheckedExceptions
-
write
- Specified by:
writein interfaceWritableEntry- Throws:
IOException
-
getCodeAttribute
-
getAccessFlags
public int getAccessFlags() -
getReturnType
-
getParameters
-
getName
-
getDescriptor
-
isConstructor
public boolean isConstructor() -
isStatic
public boolean isStatic() -
getClassFile
-
getRuntimeVisibleAnnotationsAttribute
-
getRuntimeVisibleParameterAnnotationsAttribute
-
getSignature
-
setSignature
-
hashCode
public int hashCode() -
equals
-
toString
-