Torque2D Reference
Public Member Functions | Public Attributes | List of all members
Token Class Reference

Public Member Functions

def __init__
 
def __str__ (self)
 
def Clone (self)
 

Public Attributes

 start
 
 end
 
 value
 
 token_type
 

Detailed Description

Represents a token in a Pump source file.

Constructor & Destructor Documentation

def __init__ (   self,
  start = None,
  end = None,
  value = None,
  token_type = None 
)

Member Function Documentation

def __str__ (   self)
def Clone (   self)
Returns a copy of self.

Member Data Documentation

end
start
token_type
value

The documentation for this class was generated from the following file: