Class LoaderPrism

java.lang.Object
org.ruby_lang.prism.Loader
org.jruby.prism.parser.LoaderPrism

public class LoaderPrism extends org.ruby_lang.prism.Loader
Extends Loader to override some things which are not generated directly for JRuby.
  • Field Summary

    Fields inherited from class org.ruby_lang.prism.Loader

    encodingName
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    bytesToName(byte[] bytes)
     
    org.jcodings.Encoding
     
    org.ruby_lang.prism.ParseResult
     

    Methods inherited from class org.ruby_lang.prism.Loader

    bytesToName, createDefNode, createLazyDefNode, load, loadDefNode

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • load

      public org.ruby_lang.prism.ParseResult load()
      Overrides:
      load in class org.ruby_lang.prism.Loader
    • bytesToName

      public byte[] bytesToName(byte[] bytes)
    • getEncoding

      public org.jcodings.Encoding getEncoding()