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.ResolutionA resolved substitution step.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeDescription.GenericgetResultType()Returns the resulting type of the substitution orvoidif no resulting value is applied.StackManipulationgetStackManipulation()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 orvoidif no resulting value is applied.- Returns:
- The resulting type of the substitution or
voidif no resulting value is applied.
-
-