public enum TBasicSpecificationKey extends Enum<TBasicSpecificationKey>
| Enum Constant and Description |
|---|
BREAK |
CONTINUE |
ELSE |
END |
FUNCTION |
IF |
RETURN |
SUB |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static TBasicSpecificationKey |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TBasicSpecificationKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TBasicSpecificationKey BREAK
public static final TBasicSpecificationKey CONTINUE
public static final TBasicSpecificationKey RETURN
public static final TBasicSpecificationKey FUNCTION
public static final TBasicSpecificationKey SUB
public static final TBasicSpecificationKey END
public static final TBasicSpecificationKey IF
public static final TBasicSpecificationKey ELSE
public static TBasicSpecificationKey[] values()
for (TBasicSpecificationKey c : TBasicSpecificationKey.values()) System.out.println(c);
public static TBasicSpecificationKey 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 String toString()
toString in class Enum<TBasicSpecificationKey>Copyright © 2004–2019 OpenL Tablets. All rights reserved.