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 TypeMethodDescriptionstatic IRubyObject
inspect
(ThreadContext context, IRubyObject self) static StringBuilder
inspectCharValue
(StringBuilder buf, char c) static IRubyObject
java_identifier_part_p
(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObject
java_identifier_start_p
(ThreadContext context, IRubyObject self, IRubyObject num) static IRubyObject
to_i
(ThreadContext context, IRubyObject self)
-
Constructor Details
-
Character
public Character()
-
-
Method Details
-
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) -
to_i
-
inspect
-
inspectCharValue
-