Class WhileNode

  • All Implemented Interfaces:
    InstructionNode

    public class WhileNode
    extends java.lang.Object
    Author:
    Emmanuel Varoquaux
    • Method Detail

      • indentedToString

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

        public 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