public static interface Advice.OffsetMapping.Target
Modifier and Type | Interface and Description |
---|---|
static class |
Advice.OffsetMapping.Target.AbstractReadOnlyAdapter
An adapter class for a target that only can be read.
|
static class |
Advice.OffsetMapping.Target.ForArray
A target mapping for an array of all local variables.
|
static class |
Advice.OffsetMapping.Target.ForDefaultValue
A target for an offset mapping that represents a non-operational value.
|
static class |
Advice.OffsetMapping.Target.ForField
A target for an offset mapping that loads a field value.
|
static class |
Advice.OffsetMapping.Target.ForStackManipulation
A target for an offset mapping that represents a read-only stack manipulation.
|
static class |
Advice.OffsetMapping.Target.ForVariable
A target for an offset mapping that represents a local variable.
|
Modifier and Type | Method and Description |
---|---|
StackManipulation |
resolveIncrement(int value)
Resolves an increment instruction.
|
StackManipulation |
resolveRead()
Resolves a read instruction.
|
StackManipulation |
resolveWrite()
Resolves a write instruction.
|
StackManipulation resolveRead()
StackManipulation resolveWrite()
StackManipulation resolveIncrement(int value)
value
- The incrementation value.Copyright © 2014–2022. All rights reserved.