public static enum RubyParserBase.IDType extends java.lang.Enum<RubyParserBase.IDType>
| Enum Constant and Description |
|---|
AttrSet |
Class |
Constant |
Global |
Instance |
Local |
| Modifier and Type | Method and Description |
|---|---|
static RubyParserBase.IDType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyParserBase.IDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RubyParserBase.IDType Local
public static final RubyParserBase.IDType Global
public static final RubyParserBase.IDType Instance
public static final RubyParserBase.IDType AttrSet
public static final RubyParserBase.IDType Constant
public static final RubyParserBase.IDType Class
public static RubyParserBase.IDType[] values()
for (RubyParserBase.IDType c : RubyParserBase.IDType.values()) System.out.println(c);
public static RubyParserBase.IDType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2001-2023 JRuby. All Rights Reserved.