jruby/docs BETA
Navigation
org.jruby.internal.runtime.methods.DynamicMethod 2
C NativeCall
A Version
Version — members 1+
M version() int
from Annotation
M annotation_type() Annotation>
M equals(arg0) boolean
M hash_code() int
M to_string() String

org.jruby.internal.runtime.methods.DynamicMethod.Version

annotation abstract implements Annotation 1 members

Instance Methods

version

int version ( )
Java: version()

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()