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