Dataflow Software Stack  032db78
Master Thesis of Mathijs Saey at the VUB
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Public Attributes | List of all members
core.instruction.StopInstruction Class Reference

Represents the end of the program. More...

Inheritance diagram for core.instruction.StopInstruction:
Inheritance graph

Public Member Functions

def execute
 
def setKey
 Set the instruction address. More...
 
def __str__
 Return a string representation of this instruction. More...
 

Public Attributes

 chunk
 
 key
 

Detailed Description

Represents the end of the program.

Any input of this instruction is considered to be the result of the program.

Member Function Documentation

def core.instruction.StopInstruction.execute (   self,
  token,
  core 
)
def core.instruction.Instruction.setKey (   self,
  key 
)
inherited

Set the instruction address.

def core.instruction.Instruction.__str__ (   self)
inherited

Return a string representation of this instruction.

Member Data Documentation

core.instruction.Instruction.chunk
inherited
core.instruction.Instruction.key
inherited