Table of Contents

Class: LocationScanner Bio/GenBank/LocationParser.py
Base Classes   
GenericScanner
Methods   
__init__
t_caret
t_close_paren
t_colon
t_comma
t_dot
t_double_colon
t_double_dot
t_greater_than
t_integer
t_less_than
t_open_paren
t_symbol
t_unsigned_integer
tokenize
  __init__ 
__init__ ( self )

  t_caret 
t_caret ( self,  input )

\^

  t_close_paren 
t_close_paren ( self,  input )

\)

  t_colon 
t_colon ( self,  input )

:(?!:)

  t_comma 
t_comma ( self,  input )

\,

  t_dot 
t_dot ( self,  input )

\.(?!\.)

  t_double_colon 
t_double_colon ( self,  input )

::

  t_double_dot 
t_double_dot ( self,  input )

\.\.

  t_greater_than 
t_greater_than ( self,  input )

>

  t_integer 
t_integer ( self,  input )

-?[0-9]+

  t_less_than 
t_less_than ( self,  input )

<

  t_open_paren 
t_open_paren ( self,  input )

\(

  t_symbol 
t_symbol ( self,  input )

[A-Za-z0-9_'-][A-Za-z0-9_'.-]*

  t_unsigned_integer 
t_unsigned_integer ( self,  input )

[0-9]+

  tokenize 
tokenize ( self,  input )


Table of Contents

This document was automatically generated on Mon Jul 1 12:02:49 2002 by HappyDoc version 2.0.1