Uses of Class
de.mirkosertic.bytecoder.core.ir.InstructionTranslation
Packages that use InstructionTranslation
-
Uses of InstructionTranslation in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir with type parameters of type InstructionTranslationModifier and TypeFieldDescriptionprivate final Map
<org.objectweb.asm.tree.AbstractInsnNode, InstructionTranslation> Graph.translations
Methods in de.mirkosertic.bytecoder.core.ir that return InstructionTranslationModifier and TypeMethodDescriptionGraph.translationFor
(org.objectweb.asm.tree.AbstractInsnNode instruction) Methods in de.mirkosertic.bytecoder.core.ir with parameters of type InstructionTranslationModifier and TypeMethodDescriptionvoid
Graph.registerTranslation
(org.objectweb.asm.tree.AbstractInsnNode instruction, InstructionTranslation translation)