public static enum MiniCLexer.Literals extends Enum<MiniCLexer.Literals> implements TokenType
| Enum Constant and Description |
|---|
INTEGER |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
hasToBeSkippedFromAst(AstNode node) |
static MiniCLexer.Literals |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MiniCLexer.Literals[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MiniCLexer.Literals INTEGER
public static MiniCLexer.Literals[] values()
for (MiniCLexer.Literals c : MiniCLexer.Literals.values()) System.out.println(c);
public static MiniCLexer.Literals 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 nullpublic boolean hasToBeSkippedFromAst(AstNode node)
hasToBeSkippedFromAst in interface TokenTypeCopyright © 2010–2015 SonarSource. All rights reserved.