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