Uses of Class
ch.qos.logback.core.pattern.parser.Token
Packages that use Token
-
Uses of Token in ch.qos.logback.core.pattern.parser
Fields in ch.qos.logback.core.pattern.parser declared as TokenModifier and TypeFieldDescription(package private) static Token
(package private) static Token
Token.EOF_TOKEN
(package private) static Token
Token.PERCENT_TOKEN
(package private) static Token
Token.RIGHT_PARENTHESIS_TOKEN
Methods in ch.qos.logback.core.pattern.parser that return TokenModifier and TypeMethodDescription(package private) Token
Parser.getCurentToken()
(package private) Token
Parser.getNextToken()
Methods in ch.qos.logback.core.pattern.parser with parameters of type TokenModifier and TypeMethodDescription(package private) void
Parser.expectNotNull
(Token t, String expected) Method parameters in ch.qos.logback.core.pattern.parser with type arguments of type TokenModifier and TypeMethodDescriptionprivate void
TokenStream.addValuedToken
(int type, StringBuffer buf, List<Token> tokenList) (package private) void
OptionTokenizer.emitOptionToken
(List<Token> tokenList, List<String> optionList) private void
TokenStream.handleFormatModifierState
(char c, List<Token> tokenList, StringBuffer buf) private void
TokenStream.handleKeywordState
(char c, List<Token> tokenList, StringBuffer buf) private void
TokenStream.handleLiteralState
(char c, List<Token> tokenList, StringBuffer buf) private void
TokenStream.handleRightParenthesisState
(char c, List<Token> tokenList, StringBuffer buf) private void
TokenStream.processOption
(char c, List<Token> tokenList, StringBuffer buf) (package private) void