Overview

Namespaces

  • Csim
    • Controller
    • Model
    • Util
  • PHP

Classes

  • Cache
  • CacheCell
  • CacheLayout
  • Execution
  • Instruction
  • InstructionType
  • Set
  • SimulationState

Exceptions

  • InvalidInstructionException
  • Overview
  • Namespace
  • Class
  • Tree

Class InstructionType

An enum for instruction types.

Final
Namespace: Csim\Model
Located at classes/Csim/Model/InstructionType.php
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"
#

The load instruction.

The load instruction.

string STORE "STORE"
#

The store instruction.

The store instruction.

csim-jquery-nophpfw API documentation generated by ApiGen 2.8.0