001    package railo.runtime.type.scope;
002    
003    
004    public interface Local extends Scope,BindScope {
005    
006    }