Package org.jruby.javasupport.ext
Class JavaLang.Character
java.lang.Object
org.jruby.javasupport.ext.JavaLang.Character
- Enclosing class:
- JavaLang
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static RubyClassstatic IRubyObjectinspect(ThreadContext context, IRubyObject self) static StringBuilderinspectCharValue(StringBuilder buf, char c) private static intint_char(IRubyObject num) static IRubyObjectjava_identifier_part_p(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObjectjava_identifier_start_p(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObjectto_i(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Character
public Character()
-
-
Method Details
-
define
-
java_identifier_start_p
public static IRubyObject java_identifier_start_p(ThreadContext context, IRubyObject self, IRubyObject num) -
java_identifier_part_p
public static IRubyObject java_identifier_part_p(ThreadContext context, IRubyObject self, IRubyObject num) -
int_char
-
to_i
-
inspect
-
inspectCharValue
-