Package org.jruby.ast
Interface IScopingNode
- All Known Implementing Classes:
ClassNode
,ModuleNode
public interface IScopingNode
-
Method Details
-
getCPath
Colon3Node getCPath() -
getScope
StaticScope getScope() -
getBodyNode
Node getBodyNode()
-