Uses of Interface
org.jrubyparser.ast.IGlobalVariable

Packages that use IGlobalVariable
org.jrubyparser.ast   
 

Uses of IGlobalVariable in org.jrubyparser.ast
 

Classes in org.jrubyparser.ast that implement IGlobalVariable
 class BackRefNode
          Regexp back reference: - $& last successful match - $+ highest numbered group matched in last successful match.
 class GlobalAsgnNode
          Represents an assignment to a global variable.
 class GlobalVarNode
          access to a global variable.
 class NthRefNode
          Represents a $number ($0..$9) variable.
 



Copyright © 2013. All Rights Reserved.