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

Quick Search    Search Deep

Uses of Package
org.gjt.sp.jedit.syntax

Classes in org.gjt.sp.jedit.syntax used by org.gjt.sp.jedit.syntax
ASPStateInfo
          An utility class to save some relevant infos (language and client/server side) found in SCRIPT Tags or <%@ like Tags
Chunk
          A syntax token with extra information required for painting it on screen.
CTokenMarker
          C token marker.
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.
KeywordMap
          A KeywordMap is similar to a hashtable in that it maps keys to values.
KeywordMap.Keyword
           
MultiModeToken
          This class is useful to handle multiple modes.
MultiModeTokenMarkerWithContext
           
ParserRule
          A parser rule.
ParserRuleSet
          A set of parser rules.
SyntaxStyle
          A simple text style class.
Token
          A linked list of tokens.
TokenHandler
          Token markers send tokens to implementations of this interface.
TokenMarker
          A token marker that splits lines of text into tokens.
TokenMarker.LineInfo
          Inner class for storing information about tokenized lines.
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
           
TokenMarkerWithAddToken
           
TSQLTokenMarker
          SQL token marker.