Uses of Interface
org.jruby.util.ByteListHelper.Visit
Packages that use ByteListHelper.Visit
-
Uses of ByteListHelper.Visit in org.jruby.util
Methods in org.jruby.util with parameters of type ByteListHelper.VisitModifier and TypeMethodDescriptionstatic <T> T
ByteListHelper.split
(ByteList value, ByteList pattern, ByteListHelper.Visit<ByteList, T> bodyVisitor, ByteListHelper.Visit<ByteList, T> headVisitor) Deprecated.This was only used by Module#const_defined, but was difficult to match MRI's equivalent in this form