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 Object
Class to encapsulate and provide access to info about
the current scope for debugging.
Scope.Info
public Scope.Info(Scope scope,
Object owner)
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
Copyright © 2000-2010 The Apache Software Foundation. All Rights Reserved.