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.token.Token Class Reference

Represents a DVM token. More...

Inherits object.

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 datum
 
 tag
 

Detailed Description

Represents a DVM token.

A token carries program data and a Tag. The tag contains all the "meta" information about the token, such as it's destination and context.

Constructor & Destructor Documentation

def core.token.Token.__init__ (   self,
  datum,
  tag 
)

Member Function Documentation

def core.token.Token.__str__ (   self)

Member Data Documentation

core.token.Token.datum
core.token.Token.tag