Package ch.qos.logback.core.subst
Class Parser
java.lang.Object
ch.qos.logback.core.subst.Parser
Parse a token list returning a node chain.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tokenList
-
pointer
int pointer
-
-
Constructor Details
-
Parser
-
-
Method Details
-
parse
- Throws:
ScanException
-
E
- Throws:
ScanException
-
Eopt
- Throws:
ScanException
-
T
- Throws:
ScanException
-
makeNewLiteralNode
-
V
- Throws:
ScanException
-
C
- Throws:
ScanException
-
isDefaultToken
-
advanceTokenPointer
void advanceTokenPointer() -
expectNotNull
-
expectCurlyRight
- Throws:
ScanException
-
peekAtCurentToken
Token peekAtCurentToken()
-