Class Scope.Info
java.lang.Object
org.apache.velocity.runtime.directive.Scope.Info
- Enclosing class:
Scope
Class to encapsulate and provide access to info about
the current scope for debugging.
- Version:
- $Id$
- Author:
- Nathan Bubna
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Info
-
-
Method Details
-
getName
-
getType
-
getDepth
public int getDepth()current depth- Returns:
- depth
-
getTemplate
-
getLine
public int getLine()line getter- Returns:
- line number
-
getColumn
public int getColumn()column getter- Returns:
- column number
-
toString
-