Uses of Interface
org.jrubyparser.ast.IModuleScope

Packages that use IModuleScope
org.jrubyparser.ast   
org.jrubyparser.util   
 

Uses of IModuleScope in org.jrubyparser.ast
 

Classes in org.jrubyparser.ast that implement IModuleScope
 class ClassNode
          A class statement (name, superClass, body).
 class ModuleNode
          Represents a module definition.
 class SClassNode
          Singleton class definition.
 

Methods in org.jrubyparser.ast that return IModuleScope
 IModuleScope Node.getClosestModule()
          Get closest parent Module/Class/SClass for this node
 

Uses of IModuleScope in org.jrubyparser.util
 

Methods in org.jrubyparser.util with parameters of type IModuleScope
static List<MethodDefNode> MethodDefVisitor.findMethodsIn(IModuleScope scope)
           
 

Constructors in org.jrubyparser.util with parameters of type IModuleScope
MethodDefVisitor(IModuleScope scope)
           
 



Copyright © 2013. All Rights Reserved.