OpenMW
Public Member Functions
Compiler::SkipParser Class Reference

#include <skipparser.hpp>

List of all members.

Public Member Functions

 SkipParser (ErrorHandler &errorHandler, Context &context)
virtual bool parseInt (int value, const TokenLoc &loc, Scanner &scanner)
virtual bool parseFloat (float value, const TokenLoc &loc, Scanner &scanner)
virtual bool parseName (const std::string &name, const TokenLoc &loc, Scanner &scanner)
virtual bool parseKeyword (int keyword, const TokenLoc &loc, Scanner &scanner)
virtual bool parseSpecial (int code, const TokenLoc &loc, Scanner &scanner)

Constructor & Destructor Documentation

Compiler::SkipParser::SkipParser ( ErrorHandler errorHandler,
Context context 
)

Member Function Documentation

bool Compiler::SkipParser::parseFloat ( float  value,
const TokenLoc loc,
Scanner scanner 
) [virtual]

Handle a float token.

Returns:
fetch another token?

Reimplemented from Compiler::Parser.

bool Compiler::SkipParser::parseInt ( int  value,
const TokenLoc loc,
Scanner scanner 
) [virtual]

Handle an int token.

Returns:
fetch another token?

Reimplemented from Compiler::Parser.

bool Compiler::SkipParser::parseKeyword ( int  keyword,
const TokenLoc loc,
Scanner scanner 
) [virtual]

Handle a keyword token.

Returns:
fetch another token?

Reimplemented from Compiler::Parser.

bool Compiler::SkipParser::parseName ( const std::string &  name,
const TokenLoc loc,
Scanner scanner 
) [virtual]

Handle a name token.

Returns:
fetch another token?

Reimplemented from Compiler::Parser.

bool Compiler::SkipParser::parseSpecial ( int  code,
const TokenLoc loc,
Scanner scanner 
) [virtual]

Handle a special character token.

Returns:
fetch another token?

Reimplemented from Compiler::Parser.


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