public static class JavaLang.Character
extends java.lang.Object
Constructor and Description |
---|
Character() |
Modifier and Type | Method and Description |
---|---|
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)
Copyright © 2001-2018 JRuby. All Rights Reserved.