jruby/docs BETA
Navigation
org.jruby.util 84
C ASM
C AppendModeChannel
C ArraySupport
C ByteList
C ByteListHelper
I ByteListHolder
I ClassDefiningClassLoader
C ClassDefiningJRubyClassLoader
I ClassProvider
C ClassesLoader
C ClasspathLauncher
C CodeRangeSupport
I CodeRangeable
C CodegenUtils
C CommonByteLists
C ConvertBytes
C ConvertDouble
E DefinedMessage
C Dir
I FileResource
C GenericMap
C IOChannel
C IOInputStream
C IOOutputStream
C IdUtil
C InputStreamMarkCursor
C Inspector
C JDBCDriverUnloader
C JRubyClassLoader
C JRubyFile
C JRubyObjectInputStream
C JavaNameMangler
C Join
E KCode
C KeyValuePair
I Loader
C Memo
C MurmurHash
C NClassClassLoader
C NoFunctionalitySignalFacade
C NormalizedFile
C Numeric
C OSEnvironment
C OneShotClassLoader
C Pack
C PackUtils
C PerlHash
C PhantomReferenceReaper
C Random
C RecursiveComparator
C ReferenceReaper
C RegexpOptions
C RegexpSupport
C ResourceException
C RubyDateFormatter
C RubyDateParser
C RubyFileTypeDetector
C RubyStringBuilder
C RubyTimeOutputFormatter
C RubyTimeParser
C SafeDoubleParser
C SafeFloatParser
C SafePropertyAccessor
C SecurityHelper
C SelfFirstJRubyClassLoader
C ShellLauncher
I SignalFacade
C SipHashInline
C SoftReferenceReaper
C Sprintf
C StringSupport
C StrptimeParser
C StrptimeToken
C SunSignalFacade
E SymbolNameType
C TimeZoneConverter
I TypeCoercer
C TypeConverter
C URLResource
C URLUtil
C UriLikePathHelper
C WeakIdentityHashMap
C WeakReferenceReaper
C WindowsFFI
Inspector — members 22
F EMPTY_ARRAY_BL() ByteList
F RECURSIVE_ARRAY_BL() ByteList
F EMPTY_HASH_BL() ByteList
F RECURSIVE_HASH_BL() ByteList
F COLON() byte[]
F SPACE() byte[]
F SLASH() byte[]
F COLON_SPACE() byte[]
F GT() byte[]
F COMMA() byte[]
F COMMA_SPACE() byte[]
F BEG_BRACKET() byte[]
F END_BRACKET() byte[]
F END_BRACKET_GT() byte[]
F SPACE_HASHROCKET_SPACE() byte[]
F SPACE_DOT_DOT_DOT_GT() byte[]
F EQUALS() byte[]
F SIZE_EQUALS() byte[]
C new()
M inspect_prefix(context, type, hash) RubyString
M inspect_prefix(context, type) RubyString
M inspect_prefix_type_only(context, type) RubyString

org.jruby.util.Inspector

class 22 members

Constants

constanttypenote
EMPTY_ARRAY_BL ByteList
RECURSIVE_ARRAY_BL ByteList
EMPTY_HASH_BL ByteList
RECURSIVE_HASH_BL ByteList
COLON byte[]
SPACE byte[]
SLASH byte[]
COLON_SPACE byte[]
GT byte[]
COMMA byte[]
COMMA_SPACE byte[]
BEG_BRACKET byte[]
END_BRACKET byte[]
END_BRACKET_GT byte[]
SPACE_HASHROCKET_SPACE byte[]
SPACE_DOT_DOT_DOT_GT byte[]
EQUALS byte[]
SIZE_EQUALS byte[]

Constructors

new

new ( )
Java: <init>()

Class Methods

inspect_prefix

RubyString inspect_prefix ( ThreadContext context, RubyModule type, int hash )
Java: inspectPrefix(org.jruby.runtime.ThreadContext context, org.jruby.RubyModule type, int hash)

inspect_prefix

RubyString inspect_prefix ( ThreadContext context, RubyModule type )
Java: inspectPrefix(org.jruby.runtime.ThreadContext context, org.jruby.RubyModule type)

inspect_prefix_type_only

RubyString inspect_prefix_type_only ( ThreadContext context, RubyModule type )
Java: inspectPrefixTypeOnly(org.jruby.runtime.ThreadContext context, org.jruby.RubyModule type)