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