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