79 str PeekNext (int offset = 0); |
79 str PeekNext (int offset = 0); |
80 void Seek (unsigned int n, int origin); |
80 void Seek (unsigned int n, int origin); |
81 void MustNext (const char* c = ""); |
81 void MustNext (const char* c = ""); |
82 void MustThis (const char* c); |
82 void MustThis (const char* c); |
83 void MustString (bool gotquote = false); |
83 void MustString (bool gotquote = false); |
84 void MustNumber (); |
84 void MustNumber (bool fromthis = false); |
85 void MustBool (); |
85 void MustBool (); |
86 void MustValue (int type); |
86 void MustValue (int type); |
87 bool BoolValue (); |
87 bool BoolValue (); |
88 |
88 |
89 void ParserError (const char* message, ...); |
89 void ParserError (const char* message, ...); |