Class InFixToPostFix.CustomTokenizer
java.lang.Object
org.apache.log4j.rule.InFixToPostFix.CustomTokenizer
- Enclosing class:
InFixToPostFix
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate inthandle(int pos, LinkedList linkedList, String value) private inthandleProperty(String input, int pos, LinkedList linkedList) private inthandleQuotedString(String input, int pos, LinkedList linkedList) private inthandleText(String input, int pos, LinkedList linkedList) booleanprivate booleannextValueIs(String input, int pos, String value) voidparseInput(String input, LinkedList linkedList)
-
Field Details
-
linkedList
-
-
Constructor Details
-
CustomTokenizer
-
-
Method Details
-
parseInput
-
nextValueIs
-
handle
-
handleQuotedString
-
handleText
-
handleProperty
-
hasMoreTokens
public boolean hasMoreTokens() -
nextToken
-