OpenShot Library | libopenshot-audio
0.2.0
|
Public Member Functions | |
TokenIterator (const String &code) | |
void | skip () |
void | match (TokenType expected) |
bool | matchIf (TokenType expected) |
bool | matchesAny (TokenType t1, TokenType t2) const |
bool | matchesAny (TokenType t1, TokenType t2, TokenType t3) const |
Public Attributes | |
CodeLocation | location |
TokenType | currentType |
var | currentValue |
Definition at line 863 of file juce_Javascript.cpp.