org.jrubyparser.ast
Interface IGlobalVariable

All Superinterfaces:
INameMatchable, INameNode
All Known Implementing Classes:
BackRefNode, GlobalAsgnNode, GlobalVarNode, NthRefNode

public interface IGlobalVariable
extends INameNode

Besides basic global variables (gvar, gasgn) there are special gvars (backref, nthref).


Method Summary
 
Methods inherited from interface org.jrubyparser.ast.INameNode
getLexicalName, getLexicalNamePosition, getName, getNamePosition, setName
 
Methods inherited from interface org.jrubyparser.ast.INameMatchable
isNameMatch
 



Copyright © 2013. All Rights Reserved.