public static class JavaLang.Character
extends java.lang.Object
| Constructor and Description |
|---|
Character() |
| Modifier and Type | Method and Description |
|---|---|
static IRubyObject |
inspect(ThreadContext context,
IRubyObject self) |
static java.lang.StringBuilder |
inspectCharValue(java.lang.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) |
public static IRubyObject java_identifier_start_p(ThreadContext context, IRubyObject self, IRubyObject num)
public static IRubyObject java_identifier_part_p(ThreadContext context, IRubyObject self, IRubyObject num)
public static IRubyObject to_i(ThreadContext context, IRubyObject self)
public static IRubyObject inspect(ThreadContext context, IRubyObject self)
public static java.lang.StringBuilder inspectCharValue(java.lang.StringBuilder buf,
char c)
Copyright © 2001-2022 JRuby. All Rights Reserved.