Class SVM_LINE


public class SVM_LINE extends SVM_Instruction

SVM-INSTRUCTION: LINE lineType lineNumber

Runtime Stack
   ... →
   ...

The Global variable sourceLineNumber := sourceLine;

Link to GitHub: Source File.

Author:
S-Port: Definition of S-code, Øystein Myhre Andersen
  • Field Details

    • type

      private final int type
      The instruction type: 0, DCL, STM
    • sourceLine

      private final int sourceLine
      The sourceLine number
  • Constructor Details

    • SVM_LINE

      public SVM_LINE(int type, int sourceLine)
      Construct a new SVM_LINE instruction
      Parameters:
      type - the instruction type: 0, DCL, STM
      sourceLine - the sourceLine number
  • Method Details