| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core |
| Modifier and Type | Method and Description |
|---|---|
BytecodeField |
BytecodeClass.fieldByName(String aName) |
BytecodeField[] |
BytecodeClass.fields() |
BytecodeField[] |
BytecodeReplacer.MergeResult.getFields() |
BytecodeField |
BytecodeResolvedFields.FieldEntry.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
BytecodeResolvedFields.register(BytecodeLinkedClass aProvidingClass,
BytecodeField aValue) |
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) |
FieldEntry(BytecodeLinkedClass aProvidingClass,
BytecodeField aField) |
MergeResult(BytecodeMethod[] aMethods,
BytecodeField[] aFields,
BytecodeClassinfoConstant aSuperClass,
BytecodeInterface[] aInterfaces,
BytecodeAttributeInfo[] aClassAttributes) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.