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.ContextRestore Class Reference

Represents the restoration of context. More...

Inheritance diagram for core.instruction.ContextRestore:
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 restoration of context.

e.g. returning from a function.

Member Function Documentation

def core.instruction.ContextRestore.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