Class MemberSubstitution.Source.Value
java.lang.Object
net.bytebuddy.asm.MemberSubstitution.Source.Value
- Enclosing class:
MemberSubstitution.Source
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedValue(TypeDescription.Generic typeDescription, int offset) Creates a value representation. -
Method Summary
Modifier and TypeMethodDescriptionprotected intReturns the offset of the loaded value.protected TypeDescription.GenericReturns the type of the loaded value.
-
Constructor Details
-
Value
Creates a value representation.- Parameters:
typeDescription- The type of the loaded value.offset- The offset of the loaded value.
-
-
Method Details
-
getTypeDescription
Returns the type of the loaded value.- Returns:
- The type of the loaded value.
-
getOffset
protected int getOffset()Returns the offset of the loaded value.- Returns:
- The offset of the loaded value.
-