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