Package org.apache.log4j.rule
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 int
handle
(int pos, LinkedList linkedList, String value) private int
handleProperty
(String input, int pos, LinkedList linkedList) private int
handleQuotedString
(String input, int pos, LinkedList linkedList) private int
handleText
(String input, int pos, LinkedList linkedList) boolean
private boolean
nextValueIs
(String input, int pos, String value) void
parseInput
(String input, LinkedList linkedList)
-
Field Details
-
linkedList
-
-
Constructor Details
-
CustomTokenizer
-
-
Method Details
-
parseInput
-
nextValueIs
-
handle
-
handleQuotedString
-
handleText
-
handleProperty
-
hasMoreTokens
public boolean hasMoreTokens() -
nextToken
-