QScintilla
2.8.4
|
#include <qscilexerjava.h>
Inherits QsciLexerCPP.
The QsciLexerJava class encapsulates the Scintilla Java lexer.
QsciLexerJava::QsciLexerJava | ( | QObject * | parent = 0 | ) |
Construct a QsciLexerJava with parent parent. parent is typically the QsciScintilla instance.
const char* QsciLexerJava::keywords | ( | int | set | ) | const [virtual] |
Returns the set of keywords for the keyword set set recognised by the lexer as a space separated string.
Reimplemented from QsciLexerCPP.