public class BloatTypeEditor extends java.lang.Object implements TypeEditor
| Constructor and Description |
|---|
BloatTypeEditor(ClassEditor classEditor,
BloatReferenceProvider references) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInterface(TypeRef type) |
MethodBuilder |
newPublicMethod(java.lang.String methodName,
TypeRef returnType,
TypeRef[] parameterTypes) |
ReferenceProvider |
references() |
TypeRef |
type() |
public BloatTypeEditor(ClassEditor classEditor, BloatReferenceProvider references)
public TypeRef type() throws InstrumentationException
type in interface TypeEditorInstrumentationExceptionpublic void addInterface(TypeRef type)
addInterface in interface TypeEditorpublic MethodBuilder newPublicMethod(java.lang.String methodName, TypeRef returnType, TypeRef[] parameterTypes)
newPublicMethod in interface TypeEditorpublic ReferenceProvider references()
references in interface TypeEditor