Class CallTaggingPostProcessor
java.lang.Object
com.llamalad7.mixinextras.expression.impl.flow.postprocessing.CallTaggingPostProcessor
- All Implemented Interfaces:
FlowPostProcessor
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.llamalad7.mixinextras.expression.impl.flow.postprocessing.FlowPostProcessor
FlowPostProcessor.OutputSink -
Constructor Summary
ConstructorsConstructorDescriptionCallTaggingPostProcessor(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode) -
Method Summary
Modifier and TypeMethodDescriptionvoidprocess(FlowValue node, FlowPostProcessor.OutputSink sink)
-
Constructor Details
-
CallTaggingPostProcessor
public CallTaggingPostProcessor(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode)
-
-
Method Details
-
process
- Specified by:
processin interfaceFlowPostProcessor
-