Class Option.internal

java.lang.Object
simula.compiler.utilities.Option.internal
Enclosing class:
Option

public static class Option.internal extends Object
Testing and debugging options
Author:
Øystein Myhre Andersen
  • Field Details

    • TESTING_STACK_SIZE

      public static boolean TESTING_STACK_SIZE
      Used to insert code to enforce 'stack size mismatch'
    • LIST_GENERATED_CLASS_FILES

      public static boolean LIST_GENERATED_CLASS_FILES
      List generated .class files
    • INLINE_TESTING

      public static boolean INLINE_TESTING
      INLINE_TESTING on/off
    • keepJava

      public static File keepJava
      Used by Java-Coding to save the generated .java files. If not set, a temp directory is used/created.
    • TRACING

      public static boolean TRACING
      Debug option
    • DEBUGGING

      public static boolean DEBUGGING
      Debug option
    • TRACE_SCAN

      public static boolean TRACE_SCAN
      Debug option
    • TRACE_COMMENTS

      public static boolean TRACE_COMMENTS
      Debug option
    • TRACE_PARSE

      public static boolean TRACE_PARSE
      Debug option
    • TRACE_ATTRIBUTE_OUTPUT

      public static boolean TRACE_ATTRIBUTE_OUTPUT
      Debug option
    • TRACE_ATTRIBUTE_INPUT

      public static boolean TRACE_ATTRIBUTE_INPUT
      Debug option
    • TRACE_CHECKER

      public static boolean TRACE_CHECKER
      Debug option
    • TRACE_CHECKER_OUTPUT

      public static boolean TRACE_CHECKER_OUTPUT
      Debug option
    • TRACE_FIND_MEANING

      public static int TRACE_FIND_MEANING
      Debug option
    • TRACE_CODING

      public static boolean TRACE_CODING
      Debug option
    • GNERATE_LINE_CALLS

      public static boolean GNERATE_LINE_CALLS
      Debug option
    • TRACE_BYTECODE_OUTPUT

      public static boolean TRACE_BYTECODE_OUTPUT
      Debug option
    • LIST_REPAIRED_INSTRUCTION_LIST

      public static boolean LIST_REPAIRED_INSTRUCTION_LIST
      Debug option
    • TRACE_REPAIRING

      public static boolean TRACE_REPAIRING
      Debug option
    • LIST_INPUT_INSTRUCTION_LIST

      public static boolean LIST_INPUT_INSTRUCTION_LIST
      Debug option
    • TRACE_REPAIRING_INPUT

      public static boolean TRACE_REPAIRING_INPUT
      Debug option
    • TRACE_REPAIRING_OUTPUT

      public static boolean TRACE_REPAIRING_OUTPUT
      Debug option
    • SOURCE_FILE

      public static String SOURCE_FILE
      Runtime Options
    • RUNTIME_USER_DIR

      public static String RUNTIME_USER_DIR
      Runtime Options
  • Constructor Details

    • internal

      public internal()
      Default Constructor: NOT USED
  • Method Details

    • InitCompilerOptions

      public static void InitCompilerOptions()
      Initiate Compiler options