Uses of Class
mars.venus.editors.jeditsyntax.tokenmarker.Token
Packages that use Token
-
Uses of Token in mars.venus.editors.jeditsyntax
Methods in mars.venus.editors.jeditsyntax with parameters of type TokenModifier and TypeMethodDescriptionstatic int
SyntaxUtilities.paintSyntaxLine(Segment line, Token tokens, SyntaxStyle[] styles, TabExpander expander, Graphics gfx, int x, int y)
Paints the specified line onto the graphics context. -
Uses of Token in mars.venus.editors.jeditsyntax.tokenmarker
Fields in mars.venus.editors.jeditsyntax.tokenmarker declared as TokenMethods in mars.venus.editors.jeditsyntax.tokenmarker that return TokenModifier and TypeMethodDescriptionTokenMarker.markTokens(Segment line, int lineIndex)
A wrapper for the lower-levelmarkTokensImpl
method that is called to split a line up into tokens.Methods in mars.venus.editors.jeditsyntax.tokenmarker with parameters of type TokenModifier and TypeMethodDescriptionMIPSTokenMarker.getTokenExactMatchHelp(Token token, String tokenText)
Construct and return any appropriate help information for the given token.TokenMarker.getTokenExactMatchHelp(Token token, String tokenText)
Construct and return any appropriate help information for the given token.MIPSTokenMarker.getTokenPrefixMatchHelp(String line, Token tokenList, Token token, String tokenText)
Construct and return any appropriate help information for prefix match based on current line's token list.TokenMarker.getTokenPrefixMatchHelp(String line, Token tokenList, Token tokenAtOffset, String tokenText)
Construct and return any appropriate help information for the given token or "token prefix".