org.apache.velocity.runtime.directive
Class Scope.Info

java.lang.Object
  extended by 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.


Constructor Summary
Scope.Info(Scope scope, Object owner)
           
 
Method Summary
 int getColumn()
           
 int getDepth()
           
 int getLine()
           
 String getName()
           
 String getTemplate()
           
 String getType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scope.Info

public Scope.Info(Scope scope,
                  Object owner)
Method Detail

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.