Class Cflow.Depth

  • Enclosing class:
    Cflow

    private static class Cflow.Depth
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int depth  
    • Constructor Summary

      Constructors 
      Constructor Description
      Depth()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) void dec()  
      (package private) int get()  
      (package private) void inc()  
      • Methods inherited from class java.lang.Object

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

      • depth

        private int depth
    • Constructor Detail

      • Depth

        Depth()
    • Method Detail

      • get

        int get()
      • inc

        void inc()
      • dec

        void dec()