public enum SquashDSLInstructionTemplate extends Enum<SquashDSLInstructionTemplate>
Enum Constant and Description |
---|
ASSERT_DOES_BINARY |
ASSERT_DOES_UNARY |
ASSERT_HAS_UNARY |
ASSERT_IS_BINARY |
ASSERT_IS_UNARY |
CONVERT |
DEFINE |
EXECUTE |
LOAD |
LOAD_FROM |
VERIFY_DOES_BINARY |
VERIFY_DOES_UNARY |
VERIFY_HAS_UNARY |
VERIFY_IS_BINARY |
VERIFY_IS_UNARY |
Modifier and Type | Method and Description |
---|---|
SquashPropertyTemplate[] |
getProperties() |
String |
toString() |
static SquashDSLInstructionTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SquashDSLInstructionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SquashDSLInstructionTemplate DEFINE
public static final SquashDSLInstructionTemplate LOAD
public static final SquashDSLInstructionTemplate LOAD_FROM
public static final SquashDSLInstructionTemplate CONVERT
public static final SquashDSLInstructionTemplate EXECUTE
public static final SquashDSLInstructionTemplate ASSERT_DOES_BINARY
public static final SquashDSLInstructionTemplate ASSERT_IS_BINARY
public static final SquashDSLInstructionTemplate ASSERT_IS_UNARY
public static final SquashDSLInstructionTemplate ASSERT_DOES_UNARY
public static final SquashDSLInstructionTemplate ASSERT_HAS_UNARY
public static final SquashDSLInstructionTemplate VERIFY_DOES_BINARY
public static final SquashDSLInstructionTemplate VERIFY_IS_BINARY
public static final SquashDSLInstructionTemplate VERIFY_IS_UNARY
public static final SquashDSLInstructionTemplate VERIFY_DOES_UNARY
public static final SquashDSLInstructionTemplate VERIFY_HAS_UNARY
public static SquashDSLInstructionTemplate[] values()
for (SquashDSLInstructionTemplate c : SquashDSLInstructionTemplate.values()) System.out.println(c);
public static SquashDSLInstructionTemplate 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<SquashDSLInstructionTemplate>
public SquashPropertyTemplate[] getProperties()
Copyright © 2018-2019 Henix. All Rights Reserved.