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. translationsMethods in de.mirkosertic.bytecoder.core.ir that return InstructionTranslation Modifier and Type Method Description InstructionTranslationGraph. translationFor(org.objectweb.asm.tree.AbstractInsnNode instruction)Methods in de.mirkosertic.bytecoder.core.ir with parameters of type InstructionTranslation Modifier and Type Method Description voidGraph. registerTranslation(org.objectweb.asm.tree.AbstractInsnNode instruction, InstructionTranslation translation)
-