| Package | Description |
|---|---|
| org.jruby.ir | |
| org.jruby.runtime |
| Modifier and Type | Method and Description |
|---|---|
void |
IRBuilder.addArgumentDescription(ArgumentType type,
String name) |
| Modifier and Type | Field and Description |
|---|---|
ArgumentType |
ArgumentDescriptor.type
The type of the argument
|
| Modifier and Type | Method and Description |
|---|---|
ArgumentType |
ArgumentType.anonymousForm() |
static ArgumentType |
ArgumentType.valueOf(char prefix) |
static ArgumentType |
ArgumentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArgumentType[] |
ArgumentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ArgumentDescriptor(ArgumentType type) |
ArgumentDescriptor(ArgumentType type,
String name) |
Copyright © 2001-2016 JRuby. All Rights Reserved.