Package org.jruby

Interface ParseResult

All Known Implementing Classes:
IRClassBody, IRClosure, IREvalScript, IRFor, IRMetaClassBody, IRMethod, IRModuleBody, IRScope, IRScriptBody, RootNode

public interface ParseResult
  • Method Details

    • getStaticScope

      StaticScope getStaticScope()
    • getDynamicScope

      DynamicScope getDynamicScope()
    • getLine

      int getLine()
    • getFile

      String getFile()
    • getCoverageMode

      int getCoverageMode()
    • getAST

      Object getAST()
    • getEncoding

      org.jcodings.Encoding getEncoding()