KDevelop API Documentation

LexerData Struct Reference

Collaboration diagram for LexerData:

Collaboration graph
[legend]
List of all members.

Public Types

typedef QMap< QString, QStringScope
typedef QValueList< ScopeStaticChain

Public Member Functions

void beginScope ()
void endScope ()
void bind (const QString &name, const QString &value)
bool hasBind (const QString &name) const
QString apply (const QString &name) const

Public Attributes

StaticChain staticChain

Member Typedef Documentation

typedef QMap<QString, QString> LexerData::Scope
 

Definition at line 57 of file lexer.cpp.

typedef QValueList<Scope> LexerData::StaticChain
 

Definition at line 58 of file lexer.cpp.


Member Function Documentation

QString LexerData::apply const QString name  )  const [inline]
 

Definition at line 93 of file lexer.cpp.

Referenced by Lexer::nextToken().

void LexerData::beginScope  )  [inline]
 

Definition at line 62 of file lexer.cpp.

Referenced by Lexer::Lexer(), and Lexer::nextToken().

void LexerData::bind const QString name,
const QString value
[inline]
 

Definition at line 73 of file lexer.cpp.

Referenced by Lexer::nextToken().

void LexerData::endScope  )  [inline]
 

Definition at line 68 of file lexer.cpp.

Referenced by Lexer::nextToken(), and Lexer::~Lexer().

bool LexerData::hasBind const QString name  )  const [inline]
 

Definition at line 79 of file lexer.cpp.

Referenced by Lexer::nextToken().


Member Data Documentation

StaticChain LexerData::staticChain
 

Definition at line 60 of file lexer.cpp.


The documentation for this struct was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:44:01 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003