RSyntaxTextArea.See: Description
| Class | Description |
|---|---|
| AssemblerX86TokenMaker |
This class takes plain text and returns tokens representing x86
assembler.
|
| CPlusPlusTokenMaker |
A parser for the C++ programming language.
|
| CSharpTokenMaker |
A lexer for the C# programming language.
|
| CSSTokenMaker |
This class splits up text into tokens representing a CSS file.
|
| CTokenMaker |
Scanner for the C programming language.
|
| FortranTokenMaker |
Scanner for the Fortran programming language.
|
| GroovyTokenMaker |
Scanner for the Groovy programming language.
|
| HTMLTokenMaker |
Scanner for HTML files.
|
| JavaScriptTokenMaker |
A token maker that turns text into a linked list of
Tokens
for syntax highlighting in the JavaScript programming language. |
| JavaTokenMaker |
Scanner for the Java programming language.
|
| JSPTokenMaker |
Scanner for JSP files.
|
| LispTokenMaker |
Scanner for the Lisp programming language.
|
| LuaTokenMaker |
Scanner for the Lua programming language.
|
| MakefileTokenMaker |
Scanner for makefiles.
|
| PerlTokenMaker |
Scanner for Perl.
|
| PHPTokenMaker |
Scanner for PHP files.
|
| PlainTextTokenMaker |
Scanner for plain text files.
|
| PropertiesFileTokenMaker |
This class splits up text into tokens representing a Java properties file.
|
| PythonTokenMaker |
Scanner for the Python programming language.
|
| RubyTokenMaker |
Scanner for Ruby.
|
| SASTokenMaker |
This class generates tokens representing a text stream as SAS.
|
| SQLTokenMaker |
This class generates tokens representing a text stream as SQL.
|
| TclTokenMaker |
Scanner for the Tcl programming language.
|
| UnixShellTokenMaker |
A token maker that turns text into a linked list of
Tokens
for syntax highlighting UNIX shell scripts. |
| WindowsBatchTokenMaker |
A token maker that turns text into a linked list of
Tokens for syntax highlighting Microsoft
Windows batch files. |
| XMLTokenMaker |
Scanner for XML.
|
RSyntaxTextArea.Copyright © 2009-2013 jtstand.com. All Rights Reserved.