| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.core | |
| de.mirkosertic.bytecoder.ssa |
| Modifier and Type | Method and Description |
|---|---|
BytecodeReferenceKind |
BytecodeMethodHandleConstant.getReferenceKind() |
static BytecodeReferenceKind |
BytecodeReferenceKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BytecodeReferenceKind[] |
BytecodeReferenceKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BytecodeMethodHandleConstant(BytecodeReferenceKind aReferenceKind,
BytecodeReferenceIndex aReferenceIndex) |
| Modifier and Type | Method and Description |
|---|---|
BytecodeReferenceKind |
MethodHandleExpression.getReferenceKind() |
| Constructor and Description |
|---|
MethodHandleExpression(Program aProgram,
BytecodeOpcodeAddress aAddress,
BytecodeObjectTypeRef className,
String methodName,
BytecodeMethodSignature implementationSignature,
BytecodeReferenceKind referenceKind) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.