#include <qextscintillalexerjava.h>
Inherits QextScintillaLexerCPP.
QextScintillaLexerJava::QextScintillaLexerJava | ( | TQObject * | parent = 0 , |
|
const char * | name = 0 | |||
) |
Construct a QextScintillaLexerJava with parent parent and name name. parent is typically the QextScintilla instance.
virtual QextScintillaLexerJava::~QextScintillaLexerJava | ( | ) | [virtual] |
Destroys the QextScintillaLexerJava instance.
const char* QextScintillaLexerJava::language | ( | ) | const [virtual] |
const char* QextScintillaLexerJava::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 QextScintillaLexerCPP.