Uses of Interface
com.strobel.assembler.ir.InstructionVisitor
-
Packages that use InstructionVisitor Package Description com.strobel.assembler.ir com.strobel.assembler.metadata com.strobel.decompiler.languages -
-
Uses of InstructionVisitor in com.strobel.assembler.ir
Classes in com.strobel.assembler.ir that implement InstructionVisitor Modifier and Type Class Description private class
StackMappingVisitor.InstructionAnalyzer
Fields in com.strobel.assembler.ir declared as InstructionVisitor Modifier and Type Field Description private InstructionVisitor
StackMappingVisitor.InstructionAnalyzer. _innerVisitor
static InstructionVisitor
InstructionVisitor. EMPTY
Methods in com.strobel.assembler.ir that return InstructionVisitor Modifier and Type Method Description InstructionVisitor
StackMappingVisitor. visitBody(MethodBody body)
Methods in com.strobel.assembler.ir with parameters of type InstructionVisitor Modifier and Type Method Description void
Instruction. accept(InstructionVisitor visitor)
Constructors in com.strobel.assembler.ir with parameters of type InstructionVisitor Constructor Description InstructionAnalyzer(MethodBody body, InstructionVisitor innerVisitor)
-
Uses of InstructionVisitor in com.strobel.assembler.metadata
Methods in com.strobel.assembler.metadata that return InstructionVisitor Modifier and Type Method Description InstructionVisitor
MethodVisitor. visitBody(MethodBody body)
-
Uses of InstructionVisitor in com.strobel.decompiler.languages
Classes in com.strobel.decompiler.languages that implement InstructionVisitor Modifier and Type Class Description private static class
BytecodeLanguage.InstructionPrinter
-