Uses of Class
de.mirkosertic.bytecoder.core.ir.InstructionTranslation
-
Packages that use InstructionTranslation Package Description de.mirkosertic.bytecoder.core.ir -
-
Uses of InstructionTranslation in de.mirkosertic.bytecoder.core.ir
Fields in de.mirkosertic.bytecoder.core.ir with type parameters of type InstructionTranslation Modifier and Type Field Description private java.util.Map<org.objectweb.asm.tree.AbstractInsnNode,InstructionTranslation>
Graph. translations
Methods in de.mirkosertic.bytecoder.core.ir that return InstructionTranslation Modifier and Type Method Description InstructionTranslation
Graph. translationFor(org.objectweb.asm.tree.AbstractInsnNode instruction)
Methods in de.mirkosertic.bytecoder.core.ir with parameters of type InstructionTranslation Modifier and Type Method Description void
Graph. registerTranslation(org.objectweb.asm.tree.AbstractInsnNode instruction, InstructionTranslation translation)
-