org.jrubyparser.ast
Interface IModuleScope

All Known Implementing Classes:
ClassNode, ModuleNode, SClassNode

public interface IModuleScope

Marker interface to indicate a Module/Class/SClass (all extend module in Ruby semantics).


Method Summary
 List<MethodDefNode> getMethodDefs()
          Methods defined on the module.
 

Method Detail

getMethodDefs

List<MethodDefNode> getMethodDefs()
Methods defined on the module.

Returns:
List A List containing all the MethodDefNode's defined on a module.


Copyright © 2013. All Rights Reserved.