Uses of Class
org.jruby.RubyMatchData
Packages that use RubyMatchData
-
Uses of RubyMatchData in org.jruby
Methods in org.jruby that return RubyMatchDataModifier and TypeMethodDescription(package private) static RubyMatchDataRubyRegexp.createMatchData(ThreadContext context, RubyString str, int pos, RubyString pattern) (package private) static RubyMatchDataRubyRegexp.createMatchData(ThreadContext context, RubyString str, org.joni.Matcher matcher, org.joni.Regex pattern) private static RubyMatchDataRubyString.setBackRefString(ThreadContext context, RubyString str, int pos, RubyString pattern) private RubyMatchDataRubyString.subBangMatch(ThreadContext context, RubyRegexp regexp, RubyString repl) Methods in org.jruby with parameters of type RubyMatchDataModifier and TypeMethodDescription(package private) static IRubyObjectRubyRegexp.nth_match(int nth, RubyMatchData match) private voidRubyString.populateCapturesForSplit(Ruby runtime, RubyArray result, RubyMatchData match) -
Uses of RubyMatchData in org.jruby.ext.date
Methods in org.jruby.ext.date with parameters of type RubyMatchDataModifier and TypeMethodDescriptionprivate static RubyStringRubyDate.matchOrNull(ThreadContext context, RubyMatchData match, int i) -
Uses of RubyMatchData in org.jruby.runtime
Fields in org.jruby.runtime declared as RubyMatchDataMethods in org.jruby.runtime that return RubyMatchDataModifier and TypeMethodDescriptionThreadContext.getLocalMatch()Get the thread-local MatchData specific to this context.Methods in org.jruby.runtime with parameters of type RubyMatchDataModifier and TypeMethodDescriptionThreadContext.setBackRef(RubyMatchData match) Set the $~ (backref) "global" to the given RubyMatchData value.voidThreadContext.setLocalMatch(RubyMatchData localMatch) Set the thread-local MatchData specific to this context.