| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core | |
| de.mirkosertic.bytecoder.ssa |
| Modifier and Type | Method and Description |
|---|---|
BytecodeFieldRefConstant |
BytecodeInstructionPUTSTATIC.getConstant() |
BytecodeFieldRefConstant |
BytecodeInstructionGETSTATIC.getConstant() |
BytecodeFieldRefConstant |
BytecodeInstructionPUTFIELD.getFieldRefConstant() |
BytecodeFieldRefConstant |
BytecodeInstructionGETFIELD.getFieldRefConstant() |
| Modifier and Type | Method and Description |
|---|---|
BytecodeFieldRefConstant |
PutFieldExpression.getField() |
BytecodeFieldRefConstant |
PutStaticExpression.getField() |
BytecodeFieldRefConstant |
GetStaticExpression.getField() |
BytecodeFieldRefConstant |
GetFieldExpression.getField() |
| Constructor and Description |
|---|
GetFieldExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeFieldRefConstant aField,
Value aTarget) |
GetStaticExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeFieldRefConstant aField) |
PutFieldExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeFieldRefConstant aField,
Value aTarget,
Value aValue) |
PutStaticExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeFieldRefConstant aField,
Value aValue) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.