org.jrubyparser.ast
Interface IBlockScope

All Superinterfaces:
IParameterScope, IScope
All Known Implementing Classes:
ForNode, IterNode, LambdaNode, PostExeNode, PreExe19Node, PreExeNode

public interface IBlockScope
extends IScope, IParameterScope

A Scope which is a variable scope for a block.


Method Summary
 
Methods inherited from interface org.jrubyparser.ast.IScope
getVariableReferencesNamed
 
Methods inherited from interface org.jrubyparser.ast.IParameterScope
getParameterNamed, isParameterUsed
 



Copyright © 2013. All Rights Reserved.