Class Scope.Info

java.lang.Object
org.apache.velocity.runtime.directive.Scope.Info
Enclosing class:
Scope

public static class Scope.Info extends Object
Class to encapsulate and provide access to info about the current scope for debugging.
  • Field Details

  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getDepth

      public int getDepth()
    • getTemplate

      public String getTemplate()
    • getLine

      public int getLine()
    • getColumn

      public int getColumn()
    • toString

      public String toString()
      Overrides:
      toString in class Object