|
OpenShot Library | OpenShotAudio
0.2.2
|
Inheritance diagram for juce::JavascriptEngine::RootObject::TokenIterator: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 865 of file juce_Javascript.cpp.