GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
octave::octave_txt_lexer Class Reference

#include "octave-txt-lexer.h"

Inheritance diagram for octave::octave_txt_lexer:
Collaboration diagram for octave::octave_txt_lexer:

Public Member Functions

virtual QString description (int style) const
 
virtual const char * language (void) const
 
virtual const char * lexer (void) const
 

Detailed Description

Definition at line 33 of file octave-txt-lexer.h.

Member Function Documentation

◆ description()

QString octave::octave_txt_lexer::description ( int  style) const
virtual

Definition at line 37 of file octave-txt-lexer.cc.

◆ language()

const char * octave::octave_txt_lexer::language ( void  ) const
virtual

Definition at line 45 of file octave-txt-lexer.cc.

◆ lexer()

const char * octave::octave_txt_lexer::lexer ( void  ) const
virtual

Definition at line 50 of file octave-txt-lexer.cc.


The documentation for this class was generated from the following files: