Uses of Class
org.teavm.model.instructions.BinaryInstruction
Packages that use BinaryInstruction
Package
Description
-
Uses of BinaryInstruction in org.teavm.model
Methods in org.teavm.model with parameters of type BinaryInstruction -
Uses of BinaryInstruction in org.teavm.model.instructions
Methods in org.teavm.model.instructions with parameters of type BinaryInstructionModifier and TypeMethodDescriptionvoid
AbstractInstructionVisitor.visit(BinaryInstruction insn)
void
InstructionVisitor.visit(BinaryInstruction insn)
-
Uses of BinaryInstruction in org.teavm.model.optimization
Methods in org.teavm.model.optimization with parameters of type BinaryInstruction -
Uses of BinaryInstruction in org.teavm.model.util
Methods in org.teavm.model.util with parameters of type BinaryInstructionModifier and TypeMethodDescriptionvoid
DefinitionExtractor.visit(BinaryInstruction insn)
void
InstructionVariableMapper.visit(BinaryInstruction insn)
void
TransitionExtractor.visit(BinaryInstruction insn)
void
UsageExtractor.visit(BinaryInstruction insn)