| Package | Description |
|---|---|
| org.jruby |
| Modifier and Type | Field and Description |
|---|---|
RubyClass.MarshalType |
RubyClass.MarshalTuple.type
The type of marshaling that will be performed
|
| Modifier and Type | Method and Description |
|---|---|
static RubyClass.MarshalType |
RubyClass.MarshalType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyClass.MarshalType[] |
RubyClass.MarshalType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
MarshalTuple(DynamicMethod method,
RubyClass.MarshalType type,
int generation)
Construct a new MarshalTuple with the given values.
|