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.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Info
c'tor- Parameters:
scope
-owner
-
-
-
Method Details
-
getName
name getter- Returns:
- name
-
getType
type getter- Returns:
- scope type
-
getDepth
public int getDepth()current depth- Returns:
- depth
-
getTemplate
template name getter- Returns:
- template name
-
getLine
public int getLine()line getter- Returns:
- line number
-
getColumn
public int getColumn()column getter- Returns:
- column number
-
toString
string representation getter
-