Uses of Class
mars.venus.editor.jeditsyntax.tokenmarker.Token
Packages that use Token
-
Uses of Token in mars.venus.editor.jeditsyntax
Methods in mars.venus.editor.jeditsyntax with parameters of type TokenModifier and TypeMethodDescriptionstatic float
SyntaxUtilities.paintSyntaxLine
(Segment line, Token tokens, SyntaxStyle[] styles, TabExpander expander, Graphics graphics, float x, float y) Paints the specified line onto the graphics context. -
Uses of Token in mars.venus.editor.jeditsyntax.tokenmarker
Fields in mars.venus.editor.jeditsyntax.tokenmarker declared as TokenModifier and TypeFieldDescriptionprotected Token
TokenMarker.firstToken
The first token in the list.protected Token
TokenMarker.lastToken
The last token in the list.Token.next
The next token in the linked list.Methods in mars.venus.editor.jeditsyntax.tokenmarker that return TokenModifier and TypeMethodDescriptionTokenMarker.markTokens
(Segment line, int lineIndex) A wrapper for the lower-levelTokenMarker.markTokensImpl(byte, Segment, int)
method that is called to split a line up into tokens.Methods in mars.venus.editor.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".