Class ExprEditor.LoopContext

  • Enclosing class:
    ExprEditor

    static final class ExprEditor.LoopContext
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      LoopContext​(int locals)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void updateMax​(int locals, int stack)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LoopContext

        LoopContext​(int locals)
    • Method Detail

      • updateMax

        void updateMax​(int locals,
                       int stack)