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 TypeMethodDescriptionvoidAbstractInstructionVisitor.visit(NegateInstruction insn) voidInstructionVisitor.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 TypeMethodDescriptionvoidDefinitionExtractor.visit(NegateInstruction insn) voidInstructionVariableMapper.visit(NegateInstruction insn) voidTransitionExtractor.visit(NegateInstruction insn) voidUsageExtractor.visit(NegateInstruction insn)