railo.runtime.debug
Class ImplicitAccessImpl

java.lang.Object
  extended by railo.runtime.debug.ImplicitAccessImpl
All Implemented Interfaces:
ImplicitAccess

public class ImplicitAccessImpl
extends Object
implements ImplicitAccess


Constructor Summary
ImplicitAccessImpl(String scope, String name, String template, int line)
           
 
Method Summary
 int getCount()
           
 int getLine()
           
 String getName()
           
 String getScope()
           
 String getTemplate()
           
 void inc()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplicitAccessImpl

public ImplicitAccessImpl(String scope,
                          String name,
                          String template,
                          int line)
Method Detail

inc

public void inc()
Specified by:
inc in interface ImplicitAccess

getCount

public int getCount()
Specified by:
getCount in interface ImplicitAccess
Returns:
the used

getScope

public String getScope()
Specified by:
getScope in interface ImplicitAccess
Returns:
the scope

getTemplate

public String getTemplate()
Specified by:
getTemplate in interface ImplicitAccess
Returns:
the template

getLine

public int getLine()
Specified by:
getLine in interface ImplicitAccess
Returns:
the line

getName

public String getName()
Specified by:
getName in interface ImplicitAccess
Returns:
the name


Copyright © 2012 Railo