public static class BytecodeReplacer.MergeResult extends Object
| Constructor and Description |
|---|
MergeResult(BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeAttributeInfo[] |
getClassAttributes() |
BytecodeField[] |
getFields() |
BytecodeInterface[] |
getInterfaces() |
BytecodeMethod[] |
getMethods() |
BytecodeClassinfoConstant |
getSuperClass() |
public MergeResult(BytecodeMethod[] aMethods, BytecodeField[] aFields, BytecodeClassinfoConstant aSuperClass, BytecodeInterface[] aInterfaces, BytecodeAttributeInfo[] aClassAttributes)
public BytecodeAttributeInfo[] getClassAttributes()
public BytecodeMethod[] getMethods()
public BytecodeField[] getFields()
public BytecodeClassinfoConstant getSuperClass()
public BytecodeInterface[] getInterfaces()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.