Class Instruction

java.lang.Object
org.teavm.model.Instruction
Direct Known Subclasses:
ArrayLengthInstruction, AssignInstruction, BinaryBranchingInstruction, BinaryInstruction, BoundCheckInstruction, BranchingInstruction, CastInstruction, CastIntegerInstruction, CastNumberInstruction, ClassConstantInstruction, CloneArrayInstruction, ConstructArrayInstruction, ConstructInstruction, ConstructMultiArrayInstruction, DoubleConstantInstruction, EmptyInstruction, ExitInstruction, FloatConstantInstruction, GetElementInstruction, GetFieldInstruction, InitClassInstruction, IntegerConstantInstruction, InvokeDynamicInstruction, InvokeInstruction, IsInstanceInstruction, JumpInstruction, LongConstantInstruction, MonitorEnterInstruction, MonitorExitInstruction, NegateInstruction, NullCheckInstruction, NullConstantInstruction, PutElementInstruction, PutFieldInstruction, RaiseInstruction, StringConstantInstruction, SwitchInstruction, UnwrapArrayInstruction

public abstract class Instruction extends Object
  • Constructor Details

    • Instruction

      public Instruction()
  • Method Details