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