org.jrubyparser.ast
Interface ILocalScope

All Superinterfaces:
IScope
All Known Implementing Classes:
ClassNode, DefnNode, DefsNode, MethodDefNode, ModuleNode, RootNode, SClassNode

public interface ILocalScope
extends IScope

Marker Interface to identify local variable scope versus block local variable scopes.


Method Summary
 
Methods inherited from interface org.jrubyparser.ast.IScope
getVariableReferencesNamed
 



Copyright © 2013. All Rights Reserved.