OpenShot Library | OpenShotAudio  0.2.1
juce::JavascriptEngine::RootObject::TokenIterator Struct Reference
+ 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
 

Detailed Description

Definition at line 864 of file juce_Javascript.cpp.


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