| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core |
| Modifier and Type | Method and Description |
|---|---|
BytecodeInterface[] |
BytecodeReplacer.MergeResult.getInterfaces() |
BytecodeInterface[] |
BytecodeClass.getInterfaces() |
| Modifier and Type | Method and Description |
|---|---|
BytecodeReplacer.MergeResult |
BytecodeReplacer.replace(BytecodeClassinfoConstant aClass,
BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
BytecodeReplacer.MergeResult |
BytecodeShadowReplacer.replace(BytecodeClassinfoConstant aClass,
BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
| Constructor and Description |
|---|
BytecodeClass(BytecodeConstantPool aConstantPool,
BytecodeAccessFlags aAccessFlags,
BytecodeClassinfoConstant aThisClass,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeField[] aFields,
BytecodeMethod[] aMethods,
BytecodeAttributeInfo[] aClassAttributes) |
MergeResult(BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.