Uses of Class
ch.qos.logback.core.pattern.parser.Token
-
Packages that use Token Package Description ch.qos.logback.core.pattern.parser -
-
Uses of Token in ch.qos.logback.core.pattern.parser
Fields in ch.qos.logback.core.pattern.parser declared as Token Modifier and Type Field Description (package private) static Token
Token. BARE_COMPOSITE_KEYWORD_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 Token Modifier and Type Method Description (package private) Token
Parser. getCurentToken()
(package private) Token
Parser. getNextToken()
Methods in ch.qos.logback.core.pattern.parser with parameters of type Token Modifier and Type Method Description (package private) void
Parser. expectNotNull(Token t, java.lang.String expected)
Method parameters in ch.qos.logback.core.pattern.parser with type arguments of type Token Modifier and Type Method Description private void
TokenStream. addValuedToken(int type, java.lang.StringBuffer buf, java.util.List<Token> tokenList)
(package private) void
OptionTokenizer. emitOptionToken(java.util.List<Token> tokenList, java.util.List<java.lang.String> optionList)
private void
TokenStream. handleFormatModifierState(char c, java.util.List<Token> tokenList, java.lang.StringBuffer buf)
private void
TokenStream. handleKeywordState(char c, java.util.List<Token> tokenList, java.lang.StringBuffer buf)
private void
TokenStream. handleLiteralState(char c, java.util.List<Token> tokenList, java.lang.StringBuffer buf)
private void
TokenStream. handleRightParenthesisState(char c, java.util.List<Token> tokenList, java.lang.StringBuffer buf)
private void
TokenStream. processOption(char c, java.util.List<Token> tokenList, java.lang.StringBuffer buf)
(package private) void
OptionTokenizer. tokenize(char firstChar, java.util.List<Token> tokenList)
-