public static enum RipperLexer.Keyword extends java.lang.Enum<RipperLexer.Keyword>
Enum Constant and Description |
---|
__ENCODING__ |
__FILE__ |
__LINE__ |
ALIAS |
AND |
BEGIN |
BREAK |
CASE |
CLASS |
DEF |
DEFINED_P |
DO |
ELSE |
ELSIF |
END |
ENSURE |
FALSE |
FOR |
IF |
IN |
LBEGIN |
LEND |
MODULE |
NEXT |
NIL |
NOT |
OR |
REDO |
RESCUE |
RETRY |
RETURN |
SELF |
SUPER |
THEN |
TRUE |
UNDEF |
UNLESS |
UNTIL |
WHEN |
WHILE |
YIELD |
Modifier and Type | Field and Description |
---|---|
int |
id0 |
int |
id1 |
java.lang.String |
name |
int |
state |
Modifier and Type | Method and Description |
---|---|
static RipperLexer.Keyword |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RipperLexer.Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RipperLexer.Keyword END
public static final RipperLexer.Keyword ELSE
public static final RipperLexer.Keyword CASE
public static final RipperLexer.Keyword ENSURE
public static final RipperLexer.Keyword MODULE
public static final RipperLexer.Keyword ELSIF
public static final RipperLexer.Keyword DEF
public static final RipperLexer.Keyword RESCUE
public static final RipperLexer.Keyword NOT
public static final RipperLexer.Keyword THEN
public static final RipperLexer.Keyword YIELD
public static final RipperLexer.Keyword FOR
public static final RipperLexer.Keyword SELF
public static final RipperLexer.Keyword FALSE
public static final RipperLexer.Keyword RETRY
public static final RipperLexer.Keyword RETURN
public static final RipperLexer.Keyword TRUE
public static final RipperLexer.Keyword IF
public static final RipperLexer.Keyword DEFINED_P
public static final RipperLexer.Keyword SUPER
public static final RipperLexer.Keyword UNDEF
public static final RipperLexer.Keyword BREAK
public static final RipperLexer.Keyword IN
public static final RipperLexer.Keyword DO
public static final RipperLexer.Keyword NIL
public static final RipperLexer.Keyword UNTIL
public static final RipperLexer.Keyword UNLESS
public static final RipperLexer.Keyword OR
public static final RipperLexer.Keyword NEXT
public static final RipperLexer.Keyword WHEN
public static final RipperLexer.Keyword REDO
public static final RipperLexer.Keyword AND
public static final RipperLexer.Keyword BEGIN
public static final RipperLexer.Keyword __LINE__
public static final RipperLexer.Keyword CLASS
public static final RipperLexer.Keyword __FILE__
public static final RipperLexer.Keyword LEND
public static final RipperLexer.Keyword LBEGIN
public static final RipperLexer.Keyword WHILE
public static final RipperLexer.Keyword ALIAS
public static final RipperLexer.Keyword __ENCODING__
public final java.lang.String name
public final int id0
public final int id1
public final int state
public static RipperLexer.Keyword[] values()
for (RipperLexer.Keyword c : RipperLexer.Keyword.values()) System.out.println(c);
public static RipperLexer.Keyword 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-2020 JRuby. All Rights Reserved.