public class MethodDef extends Definition
| Modifier and Type | Field and Description |
|---|---|
Set<Access> |
accessFlags |
ClassRef[] |
argumentTypes |
List<Attribute> |
attributes |
String |
name |
ClassRef |
returnType |
| Modifier and Type | Method and Description |
|---|---|
Code |
getCode() |
List<ClassRef> |
getExceptions() |
MethodRef |
reference(ClassRef owner,
boolean ifc) |
String |
toSignatureString() |
String |
toString() |
void |
write(Output dest) |
public String name
public ClassRef[] argumentTypes
public ClassRef returnType
public MethodDef()
public MethodDef(Input src) throws IOException
IOExceptionpublic void write(Output dest) throws IOException
IOExceptionpublic Code getCode()
public String toSignatureString()
Copyright © 1998–2017 1&1. All rights reserved.