Package | Description |
---|---|
org.jruby.ast.java_signature |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Modifier> |
SignatureNode.modifiers |
Modifier and Type | Method and Description |
---|---|
static Modifier |
Modifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Modifier> |
SignatureNode.getModifiers() |
Modifier and Type | Method and Description |
---|---|
void |
SignatureNode.setModifiers(java.util.List<Modifier> modifiers) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.