QScintilla  2.7.1
Public Member Functions
QsciLexerJava Class Reference

#include <qscilexerjava.h>

Inherits QsciLexerCPP.

List of all members.

Public Member Functions


Detailed Description

The QsciLexerJava class encapsulates the Scintilla Java lexer.


Constructor & Destructor Documentation

QsciLexerJava::QsciLexerJava ( QObject *  parent = 0)

Construct a QsciLexerJava with parent parent. parent is typically the QsciScintilla instance.


Member Function Documentation

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.