Class Op_Infix

    • Field Detail

      • Logger

        private static final Logger Logger

        Class logger instance.

      • TAG

        private static final String TAG

        Class logger tag.

      • Alpha

        private final short @NotNull [] Alpha
        Text to be displayed in Prg mode.
      • Constant

        private final boolean Constant
        Constant operations.
      • Operation

        private final int Operation
        Infix operation to be executed
      • Text

        @NotNull
        private final @NotNull String Text
        Text to be displayed in Debugger.
    • Constructor Detail

      • Op_Infix

        Op_Infix​(@NotNull
                 @NotNull Calculator Owner,
                 int Operation,
                 short @NotNull [] Alpha,
                 @NotNull
                 @NotNull String Text,
                 boolean Constant)
        Create operation and attach to owning calculator.
        Parameters:
        Owner - Calculator which will call this Opcode.
        Operation - Infix operation to be executed.
        Alpha - Test to be displayed in Prg mode.
        Text - Text to be displayed inside the desktop debugger
        Constant - Constant operation