| Package | Description |
|---|---|
| org.jruby.compiler |
| Modifier and Type | Method and Description |
|---|---|
static ASTInspector.Flag |
ASTInspector.Flag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ASTInspector.Flag[] |
ASTInspector.Flag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ASTInspector.getFlag(ASTInspector.Flag... modifiers) |
boolean |
ASTInspector.getFlag(ASTInspector.Flag modifier) |
void |
ASTInspector.setFlag(ASTInspector.Flag modifier) |
void |
ASTInspector.setFlag(Node node,
ASTInspector.Flag modifier) |