Package org.jruby
Class RubyModule.Autoload
java.lang.Object
org.jruby.RubyModule.Autoload
- All Implemented Interfaces:
RubyModule.SourceLocation
- Enclosing class:
RubyModule
Objects for holding autoload state for the defined constant.
'Module#autoload' creates this object and stores it in autoloadMap.
This object can be shared with multiple threads so take care to change volatile and synchronized definitions.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
file
-
line
public int line
-
-
Method Details
-
getFile
- Specified by:
getFile
in interfaceRubyModule.SourceLocation
-
getLine
public int getLine()- Specified by:
getLine
in interfaceRubyModule.SourceLocation
-