OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions
PythonTokenizer Class Reference

#include <python_tokenizer.hh>

Public Member Functions

 PythonTokenizer ()
 
 PythonTokenizer (const QString &command, int string_state=0)
 
void SetCommand (const QString &command)
 
PythonToken NextToken ()
 
const PythonTokenCurrentToken () const
 
void SetInString (bool in_string)
 
bool InString () const
 
const QString & GetDelim () const
 

Detailed Description

Definition at line 81 of file python_tokenizer.hh.

Constructor & Destructor Documentation

PythonTokenizer ( const QString &  command,
int  string_state = 0 
)

Member Function Documentation

const PythonToken& CurrentToken ( ) const
const QString& GetDelim ( ) const
inline

Definition at line 91 of file python_tokenizer.hh.

bool InString ( ) const
inline

Definition at line 90 of file python_tokenizer.hh.

PythonToken NextToken ( )
void SetCommand ( const QString &  command)
void SetInString ( bool  in_string)

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