Class InstructionType
An enum for instruction types.
Methods summary
public static
string
|
#
valueOf( string $name )
Returns the constant that has the specified name. Throws
InvalidInstructionException if no matching constant is found.
Returns the constant that has the specified name. Throws
InvalidInstructionException if no matching constant is found.
Parameters
- $name
string $name The name of the searched constant.
Returns
string the searched constant (if found).
|
Constants summary
string |
LOAD
|
"LOAD" |
|
string |
STORE
|
"STORE" |
|