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

Class to encapsulate and provide access to info about the current scope for debugging.


Constructor Summary
Scope.Info(Scope scope, java.lang.Object owner)
           
 
Method Summary
 int getColumn()
           
 int getDepth()
           
 int getLine()
           
 java.lang.String getName()
           
 java.lang.String getTemplate()
           
 java.lang.String getType()
           
 java.lang.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,
                  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 class java.lang.Object


Copyright © 2000-2012. All Rights Reserved.