org.apache.velocity.runtime.directive
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Scope.Info
public Scope.Info(Scope scope,
java.lang.Object owner)
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
Copyright © 2000-2012. All Rights Reserved.