Ogre::ScriptToken Struct Reference
[General]

This struct represents a token, which is an ID'd lexeme from the parsing input stream. More...

#include <OgreScriptLexer.h>

List of all members.

Public Attributes

String lexeme
 This is the lexeme for this token.
String file
uint32 type
 This is the id associated with the lexeme, which comes from a lexeme-token id mapping.
uint32 line
 This holds the line number of the input stream where the token was found.

Detailed Description

This struct represents a token, which is an ID'd lexeme from the parsing input stream.

Definition at line 65 of file OgreScriptLexer.h.


Member Data Documentation

Definition at line 68 of file OgreScriptLexer.h.

This is the lexeme for this token.

Definition at line 68 of file OgreScriptLexer.h.

This holds the line number of the input stream where the token was found.

Definition at line 72 of file OgreScriptLexer.h.

This is the id associated with the lexeme, which comes from a lexeme-token id mapping.

Definition at line 70 of file OgreScriptLexer.h.


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

Copyright © 2012 Torus Knot Software Ltd
Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Fri May 25 23:40:08 2012