Package org.jruby
Interface ParseResult
- All Known Implementing Classes:
IRClassBody,IRClosure,IREvalScript,IRFor,IRMetaClassBody,IRMethod,IRModuleBody,IRScope,IRScriptBody,RootNode
public interface ParseResult
-
Method Summary
-
Method Details
-
getStaticScope
StaticScope getStaticScope() -
getLine
int getLine() -
getFile
String getFile()
-