Public Member Functions

QsciLexerJava Class Reference

The QsciLexerJava class encapsulates the Scintilla Java lexer. More...

#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.