Package | Description |
---|---|
net.bytebuddy.asm |
The ASM package contains classes that are meant for direct interaction with the ASM API.
|
Modifier and Type | Method and Description |
---|---|
protected abstract MemberSubstitution.Source.Value |
MemberSubstitution.Source.argument(int index,
TypeList.Generic parameters,
Map<Integer,Integer> offsets,
ByteCodeElement.Member original,
MethodDescription instrumentedMethod)
Resolves a value representation of the parameter of the specified index or
null if no such parameter is available. |
protected abstract MemberSubstitution.Source.Value |
MemberSubstitution.Source.self(TypeList.Generic parameters,
Map<Integer,Integer> offsets,
ByteCodeElement.Member original,
MethodDescription instrumentedMethod)
Resolves a value representation of the
this reference or null if no such reference is available. |
Modifier and Type | Method and Description |
---|---|
protected abstract List<MemberSubstitution.Source.Value> |
MemberSubstitution.Source.arguments(boolean includesSelf,
TypeList.Generic parameters,
Map<Integer,Integer> offsets,
ByteCodeElement.Member original,
MethodDescription instrumentedMethod)
Resolves a list of value representation of all parameters.
|
Copyright © 2014–2023. All rights reserved.