public class ClassMethod extends Object implements WritableEntry
Modifier and Type | Method and Description |
---|---|
void |
addCheckedExceptions(Class<? extends Exception>... exceptions) |
void |
addCheckedExceptions(String... exceptions) |
boolean |
equals(Object obj) |
int |
getAccessFlags() |
ClassFile |
getClassFile() |
CodeAttribute |
getCodeAttribute() |
String |
getDescriptor() |
String |
getName() |
String[] |
getParameters() |
String |
getReturnType() |
AnnotationsAttribute |
getRuntimeVisibleAnnotationsAttribute() |
ParameterAnnotationsAttribute |
getRuntimeVisibleParameterAnnotationsAttribute() |
String |
getSignature() |
int |
hashCode() |
boolean |
isConstructor() |
boolean |
isStatic() |
void |
setSignature(String signature) |
String |
toString() |
void |
write(ByteArrayDataOutputStream stream) |
public void addCheckedExceptions(String... exceptions)
public void write(ByteArrayDataOutputStream stream) throws IOException
write
in interface WritableEntry
IOException
public CodeAttribute getCodeAttribute()
public int getAccessFlags()
public String getReturnType()
public String[] getParameters()
public String getName()
public String getDescriptor()
public boolean isConstructor()
public boolean isStatic()
public ClassFile getClassFile()
public AnnotationsAttribute getRuntimeVisibleAnnotationsAttribute()
public ParameterAnnotationsAttribute getRuntimeVisibleParameterAnnotationsAttribute()
public String getSignature()
public void setSignature(String signature)
Copyright © 2021 JBoss by Red Hat. All rights reserved.