Uses of Class
org.jruby.runtime.load.LibrarySearcher.StringWrapper
Packages that use LibrarySearcher.StringWrapper
-
Uses of LibrarySearcher.StringWrapper in org.jruby.runtime.load
Fields in org.jruby.runtime.load declared as LibrarySearcher.StringWrapperModifier and TypeFieldDescription(package private) final LibrarySearcher.StringWrapperLibrarySearcher.Feature.keyFields in org.jruby.runtime.load with type parameters of type LibrarySearcher.StringWrapperModifier and TypeFieldDescriptionprivate final ThreadLocal<LibrarySearcher.StringWrapper>LibrarySearcher.keyWrapperprivate final Map<LibrarySearcher.StringWrapper,LibrarySearcher.Feature> LibrarySearcher.loadedFeaturesIndexprivate final ThreadLocal<LibrarySearcher.StringWrapper>LibrarySearcher.rangeWrapperMethods in org.jruby.runtime.load that return LibrarySearcher.StringWrapperModifier and TypeMethodDescription(package private) LibrarySearcher.StringWrapperLibrarySearcher.StringWrapper.dup()private LibrarySearcher.StringWrapperLibrarySearcher.keyWrapper(String key) private LibrarySearcher.StringWrapperLibrarySearcher.rangeWrapper(String key, int beg, int len) Methods in org.jruby.runtime.load that return types with arguments of type LibrarySearcher.StringWrapperModifier and TypeMethodDescription(package private) Map<LibrarySearcher.StringWrapper,LibrarySearcher.Feature> LibrarySearcher.getLoadedFeaturesIndex()Methods in org.jruby.runtime.load with parameters of type LibrarySearcher.StringWrapperModifier and TypeMethodDescriptionprivate voidLibrarySearcher.releaseWrapper(LibrarySearcher.StringWrapper wrapper) Method parameters in org.jruby.runtime.load with type arguments of type LibrarySearcher.StringWrapperModifier and TypeMethodDescriptionprivate <R> RLibrarySearcher.withKeyWrapper(String key, Function<LibrarySearcher.StringWrapper, R> body) private <R> RLibrarySearcher.withRangeWrapper(String key, int beg, int len, Function<LibrarySearcher.StringWrapper, R> body) Constructors in org.jruby.runtime.load with parameters of type LibrarySearcher.StringWrapperModifierConstructorDescription(package private)Feature(LibrarySearcher.StringWrapper key, IRubyObject featurePath)