Package net.bytebuddy.asm
Interface MemberSubstitution.Substitution.Chain.Step.Resolution
- All Known Implementing Classes:
MemberSubstitution.Substitution.Chain.Step.Simple
- Enclosing interface:
- MemberSubstitution.Substitution.Chain.Step
public static interface MemberSubstitution.Substitution.Chain.Step.Resolution
A resolved substitution step.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the resulting type of the substitution orvoid
if no resulting value is applied.Returns the stack manipulation to apply the substitution.
-
Method Details
-
getStackManipulation
StackManipulation getStackManipulation()Returns the stack manipulation to apply the substitution.- Returns:
- The stack manipulation to apply the substitution.
-
getResultType
TypeDescription.Generic getResultType()Returns the resulting type of the substitution orvoid
if no resulting value is applied.- Returns:
- The resulting type of the substitution or
void
if no resulting value is applied.
-