Package io.papermc.asm.rules.method
Interface StaticRewrite.Generated.Return
- All Superinterfaces:
FilteredMethodRewriteRule,GeneratedMethodHolder,GeneratedMethodSource<Void>,GeneratedMethodSource.NoContext,MethodRewriteRule,OwnableRewriteRule,RewriteRule,StaticRewrite,StaticRewrite.Generated,StaticRewriteGeneratedMethodHolder,StaticRewriteGeneratedMethodHolder.Return
- Enclosing interface:
- StaticRewrite.Generated
public static interface StaticRewrite.Generated.Return
extends StaticRewrite.Generated, StaticRewriteGeneratedMethodHolder.Return
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.papermc.asm.rules.generate.GeneratedMethodSource
GeneratedMethodSource.NoContextNested classes/interfaces inherited from interface io.papermc.asm.rules.method.MethodRewriteRule
MethodRewriteRule.Rewrite, MethodRewriteRule.RewriteSingleNested classes/interfaces inherited from interface io.papermc.asm.rules.RewriteRule
RewriteRule.Chain, RewriteRule.ChainBuilder, RewriteRule.MethodGeneratorFactoryNested classes/interfaces inherited from interface io.papermc.asm.rules.method.StaticRewrite
StaticRewrite.Generated, StaticRewrite.Plain, StaticRewrite.RewriteConstructorNested classes/interfaces inherited from interface io.papermc.asm.rules.method.StaticRewrite.Generated
StaticRewrite.Generated.Param, StaticRewrite.Generated.ReturnNested classes/interfaces inherited from interface io.papermc.asm.rules.generate.StaticRewriteGeneratedMethodHolder
StaticRewriteGeneratedMethodHolder.Param, StaticRewriteGeneratedMethodHolder.Return -
Field Summary
Fields inherited from interface io.papermc.asm.rules.method.MethodRewriteRule
LAMBDA_METAFACTORY_OWNERFields inherited from interface io.papermc.asm.rules.RewriteRule
EMPTYFields inherited from interface io.papermc.asm.rules.method.StaticRewrite
CONSTRUCTOR_METHOD_NAME -
Method Summary
Methods inherited from interface io.papermc.asm.rules.method.FilteredMethodRewriteRule
matchingMethodsByName, methodMatcher, shouldProcessMethods inherited from interface io.papermc.asm.rules.generate.GeneratedMethodHolder
generatedMethodOwner, staticRedirectOwnerMethods inherited from interface io.papermc.asm.rules.generate.GeneratedMethodSource
computeGeneratedDescriptor, generateMethod, generateParametersMethods inherited from interface io.papermc.asm.rules.generate.GeneratedMethodSource.NoContext
createNewContextMethods inherited from interface io.papermc.asm.rules.method.MethodRewriteRule
createVisitorMethods inherited from interface io.papermc.asm.rules.OwnableRewriteRule
matchesOwner, ownersMethods inherited from interface io.papermc.asm.rules.method.StaticRewrite
modifyMethodDescriptor, rewriteMethods inherited from interface io.papermc.asm.rules.method.StaticRewrite.Generated
existingType, generateMethods, staticRedirectOwnerMethods inherited from interface io.papermc.asm.rules.generate.StaticRewriteGeneratedMethodHolder
staticHandlerMethods inherited from interface io.papermc.asm.rules.generate.StaticRewriteGeneratedMethodHolder.Return
generateReturnValue, includeOwnerContext
-
Method Details
-
matchesExistingMethod
- Specified by:
matchesExistingMethodin interfaceStaticRewrite.Generated
-