openshot-audio
0.1.7
|
#include <juce_CodeTokeniser.h>
Public Member Functions | |
CodeTokeniser () | |
virtual | ~CodeTokeniser () |
virtual int | readNextToken (CodeDocument::Iterator &source)=0 |
virtual CodeEditorComponent::ColourScheme | getDefaultColourScheme ()=0 |
A base class for tokenising code so that the syntax can be displayed in a code editor.
|
inline |
|
inlinevirtual |
|
pure virtual |
Returns a suggested syntax highlighting colour scheme.
Implemented in CPlusPlusCodeTokeniser, LuaTokeniser, and XmlTokeniser.
|
pure virtual |
Reads the next token from the source and returns its token type.
This must leave the source pointing to the first character in the next token.
Implemented in CPlusPlusCodeTokeniser, LuaTokeniser, and XmlTokeniser.