railo.runtime.type.scope
Interface BindScope

All Known Subinterfaces:
Argument, Local
All Known Implementing Classes:
ArgumentImpl, ArgumentThreadImpl, LocalImpl, LocalNotSupportedScope

public interface BindScope


Method Summary
 boolean isBind()
           
 void setBind(boolean bind)
          sets if scope is binded to a other variable for using outside of a udf
 

Method Detail

setBind

void setBind(boolean bind)
sets if scope is binded to a other variable for using outside of a udf

Parameters:
bind -

isBind

boolean isBind()
Returns:
returns if scope is binded to a other variable for using outside of a udf


Copyright © 2012 Railo