public static enum BallerinaParserService.ErrorCategory extends Enum<BallerinaParserService.ErrorCategory>
Modifier and Type | Method and Description |
---|---|
static BallerinaParserService.ErrorCategory |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BallerinaParserService.ErrorCategory[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BallerinaParserService.ErrorCategory SYNTAX
public static final BallerinaParserService.ErrorCategory SEMANTIC
public static final BallerinaParserService.ErrorCategory RUNTIME
public static final BallerinaParserService.ErrorCategory NONE
public static BallerinaParserService.ErrorCategory[] values()
for (BallerinaParserService.ErrorCategory c : BallerinaParserService.ErrorCategory.values()) System.out.println(c);
public static BallerinaParserService.ErrorCategory 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 © 2018 WSO2. All rights reserved.