Class Scope.Info

  • Enclosing class:
    Scope

    public static class Scope.Info
    extends java.lang.Object
    Class to encapsulate and provide access to info about the current scope for debugging.
    • Constructor Detail

      • Info

        public Info​(Scope scope,
                    java.lang.Object owner)
    • Method Detail

      • getName

        public java.lang.String getName()
      • getType

        public java.lang.String getType()
      • getDepth

        public int getDepth()
      • getTemplate

        public java.lang.String getTemplate()
      • getLine

        public int getLine()
      • getColumn

        public int getColumn()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object