jruby/docs BETA
Navigation
org.jruby.anno 15
C AnnotationBinder
C AnnotationHelper
A Coercion
E CoercionType
C ExecutableElementDescriptor
E FrameField
C IndyBinder
C InvokerGenerator
A JRubyClass
A JRubyConstant
A JRubyMethod
A JRubyModule
C JavaMethodDescriptor
C MethodDescriptor
C TypePopulator
JRubyClass — members 4+
M include() String[]
M name() String[]
M overrides() Class[]
M parent() String
from Annotation
M annotation_type() Annotation>
M equals(arg0) boolean
M hash_code() int
M to_string() String

org.jruby.anno.JRubyClass

annotation abstract implements Annotation 4 members

Instance Methods

include

String[] include ( )
Java: include()

name

String[] name ( )
Java: name()

overrides

Class[] overrides ( )
Java: overrides()

parent

String parent ( )
Java: parent()

Inherited

from Annotation

annotation_type

Class<? extends Annotation> annotation_type ( )
Java: annotationType()

equals

boolean equals ( Object arg0 )
Java: equals(Object arg0)

hash_code

int hash_code ( )
Java: hashCode()

to_string

String to_string ( )
Java: toString()