Class Scope.Info
- java.lang.Object
-
- org.apache.velocity.runtime.directive.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.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getColumn()
int
getDepth()
int
getLine()
java.lang.String
getName()
java.lang.String
getTemplate()
java.lang.String
getType()
java.lang.String
toString()
-
-
-
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 classjava.lang.Object
-
-