public class MethodData
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
nameMapped
The mapped name of the method.
|
ClassData |
parentClass
The internal name of the parent class.
|
MethodSignature |
signature
The signature of the method.
|
| Constructor and Description |
|---|
MethodData(ClassData parentClass,
java.lang.String name,
java.lang.String nameMapped,
java.lang.String descriptor)
Constructs a new
MethodData. |
public final ClassData parentClass
public final MethodSignature signature
public final java.lang.String nameMapped
public MethodData(ClassData parentClass, java.lang.String name, java.lang.String nameMapped, java.lang.String descriptor)
MethodData.parentClass - the ClassData representation of the parent classname - the method namenameMapped - the mapped method namedescriptor - the method's descriptor