Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.gjt.sp.jedit.syntax

Interface Summary
MultiModeTokenMarkerWithContext  
TokenHandler Token markers send tokens to implementations of this interface.
TokenMarkerWithAddToken  
 

Class Summary
ASMTokenMarker  
ASPJavascriptTokenMarker ASP Javascript token marker
ASPMode ASP Mode constants
ASPPerlscriptTokenMarker Original Perl token marker by Slava Pestov Perlscript Token Marker
ASPStateInfo An utility class to save some relevant infos (language and client/server side) found in SCRIPT Tags or <%@ like Tags
ASPTokenMarker ASP Token Marker.
ASPVBScriptTokenMarker ASP VBScript token marker
BatchFileTokenMarker Batch file token marker.
BeanShellTokenMarker BeanShell (www.beanshell.org) token marker.
CCTokenMarker C++ token marker.
Chunk A syntax token with extra information required for painting it on screen.
CobolTokenMarker  
CSharpTokenMarker  
CTokenMarker C token marker.
DawnTokenMarker  
DefaultTokenHandler Builds a linked list of tokens without any additional processing.
DisplayTokenHandler Creates Chunk objects that can be painted on screen.
DummyTokenHandler A dummy token handler that discards tokens.
EiffelTokenMarker Eiffel token Marker.
FortranTokenMarker Custom TokenMarker for UNISYS's ASCII FORTRAN 77.
HTMLTokenMarker HTML token marker.
IDLTokenMarker IDL token marker.
JavaScriptTokenMarker JavaScript token marker.
JavaTokenMarker Java token marker.
JSPTokenMarker JSP token marker.
KeywordMap A KeywordMap is similar to a hashtable in that it maps keys to values.
LATTokenMarker  
MakefileTokenMarker Makefile token marker.
MultiModeToken This class is useful to handle multiple modes.
ParserRule A parser rule.
ParserRuleSet A set of parser rules.
PascalTokenMarker Pascal token marker.
PatchTokenMarker Patch/diff token marker.
PHPTokenMarker PHP token marker.
PikeTokenMarker Pike token marker.
PlainTokenMarker  
PLSQLTokenMarker SQL token marker.
PovrayTokenMarker Povray token marker.
PropsTokenMarker Java properties/DOS INI token marker.
PythonTokenMarker Python token marker.
RubyTokenMarker Python token marker.
SAP2000TokenMarker  
ShellScriptTokenMarker Shell script token marker.
SoftWrapTokenHandler Splits token lists to fit within a specified margin.
SQRTokenMarker sqr token marker.
SyntaxDocument A document implementation that can be tokenized by the syntax highlighting system.
SyntaxStyle A simple text style class.
SyntaxUtilities Class with several utility functions used by jEdit's syntax colorizing subsystem.
TeXTokenMarker TeX token marker.
TextTokenMarker Text token marker.
Token A linked list of tokens.
TokenMarker A token marker that splits lines of text into tokens.
TokenMarkerContext This class contains the Context of a Token Marker that can be passed along nested Token Markers through a method like markTokensImpl(MyToken token, TokenMarkerContext ctx) : MyToken where MyToken represents the token state at the end of the marked line.
TokenMarkerDebugger  
TSQLTokenMarker SQL token marker.
VerilogTokenMarker Verilog token marker.
VHDLTokenMarker VHDL token marker.
XModeHandler XML handler for mode definition files.