Interface InstructionNode

    • Method Detail

      • indentedToString

        java.lang.StringBuilder indentedToString​(int indent,
                                                 java.lang.StringBuilder str)
      • compile

        void compile​(java.util.Map<java.lang.String,​PlugIn> plugIns,
                     java.util.ArrayList<Instruction> code,
                     java.util.Stack<TestInstruction> conditions)
              throws java.lang.Exception
        Throws:
        java.lang.Exception