SPRAAK
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Public Member Functions
spr_parser.TokenSeqC Class Reference
+ Inheritance diagram for spr_parser.TokenSeqC:
+ Collaboration diagram for spr_parser.TokenSeqC:

Public Member Functions

def fst
 
def __init__
 
def get_next
 starting point in the decoding FST More...
 
def get_str
 
- Public Member Functions inherited from spr_parser.TokenSeq
def __init__
 items must have the following fields and/or methods next reference to next token type the main type str the text making up this token (optional method, BF: lower level) loc location of the (optional method, BF: lower level) src tuple (first-1,first,last) refering to the lower level More...
 
def __iter__
 reference to the dummy token before the first token More...
 
def get_next
 global note: the 'except' cases are usually the 'normal' cases (python weirdness) More...
 
def get_type
 
def get_str
 
def get_strs
 
def get_loc
 
def get_src
 

Constructor & Destructor Documentation

def spr_parser.TokenSeqC.__init__ (   self,
  name,
  tseq_in 
)

Member Function Documentation

def spr_parser.TokenSeqC.fst ( )
def spr_parser.TokenSeqC.get_next (   self,
  tref 
)

starting point in the decoding FST

def spr_parser.TokenSeqC.get_str (   self,
  tref 
)