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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescription.Generic
getResultType()
Returns the resulting type of the substitution orvoid
if no resulting value is applied.StackManipulation
getStackManipulation()
Returns the stack manipulation to apply the substitution.
-
-
-
Method Detail
-
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.
-
-