Package | Description |
---|---|
org.jruby.truffle.nodes.methods.arguments |
Modifier and Type | Method and Description |
---|---|
static MissingArgumentBehaviour |
MissingArgumentBehaviour.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MissingArgumentBehaviour[] |
MissingArgumentBehaviour.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ReadPreArgumentNode(RubyContext context,
com.oracle.truffle.api.source.SourceSection sourceSection,
int index,
MissingArgumentBehaviour missingArgumentBehaviour) |
Copyright © 2001-2015 JRuby. All Rights Reserved.