| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static Bytecode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bytecode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bytecode ALIGNED_MAP
public static final Bytecode ALIGNED_MAP_DEFAULT
public static final Bytecode ALIGNED_MAP_EXECUTE
public static final Bytecode ALIGNED_MAP_FILTER
public static final Bytecode ALIGNED_MAP_GENERATOR
public static final Bytecode ALL
public static final Bytecode BINARY_AND
public static final Bytecode BINARY_DIFFERS
public static final Bytecode BINARY_DIVIDE
public static final Bytecode BINARY_EQUALS
public static final Bytecode BINARY_GREATER
public static final Bytecode BINARY_GREATER_EQUAL
public static final Bytecode BINARY_MAX
public static final Bytecode BINARY_MIN
public static final Bytecode BINARY_MINUS
public static final Bytecode BINARY_MODULUS
public static final Bytecode BINARY_OR
public static final Bytecode BINARY_PLUS
public static final Bytecode BINARY_POWER
public static final Bytecode BINARY_SMALLER
public static final Bytecode BINARY_SMALLER_EQUAL
public static final Bytecode BINARY_TIMES
public static final Bytecode CONSTANT
public static final Bytecode CREATE_TUPLE
public static final Bytecode CREATE_VARIABLE
public static final Bytecode DOT_OPERATOR
public static final Bytecode DOT_OPERATOR_TARGET
public static final Bytecode DOT_OPERATOR_ARGUMENTS
public static final Bytecode ENV
public static final Bytecode EVAL
public static final Bytecode EVAL_DYNAMIC_CODE
public static final Bytecode FUNCTION_CALL
public static final Bytecode GENERIC_HOOD_CALL
public static final Bytecode GENERIC_HOOD_CALL_DEFAULT
public static final Bytecode GENERIC_HOOD_CALL_FIELD
public static final Bytecode GENERIC_HOOD_CALL_FUNCTION
public static final Bytecode GENERIC_HOOD_CALL_REDUCE
public static final Bytecode HOOD_ALL
public static final Bytecode HOOD_ANY
public static final Bytecode HOOD_CALL
public static final Bytecode HOOD_LOCAL
public static final Bytecode HOOD_MAX
public static final Bytecode HOOD_MEAN
public static final Bytecode HOOD_MIN
public static final Bytecode HOOD_SUM
public static final Bytecode HOOD_UNION
public static final Bytecode IF
public static final Bytecode IF_ELSE
public static final Bytecode IF_THEN
public static final Bytecode INIT
public static final Bytecode METHOD_CALL
public static final Bytecode NBR
public static final Bytecode REP
public static final Bytecode SELF
public static final Bytecode SHARE
public static final Bytecode SHARE_BODY
public static final Bytecode SHARE_INIT
public static final Bytecode SHARE_YIELD
public static final Bytecode TERNARY_MUX
public static final Bytecode UNARY_MINUS
public static final Bytecode UNARY_NOT
public static final Bytecode VARIABLE_ACCESS
public static Bytecode[] values()
for (Bytecode c : Bytecode.values()) System.out.println(c);
public static Bytecode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()