Class DotEscaper
java.lang.Object
com.espertech.esper.common.internal.epl.expression.dot.walk.DotEscaper
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DotEscaper
public DotEscaper()
-
-
Method Details
-
escapeDot
Escape all unescape dot characters in the text (identifier only) passed in.- Parameters:
identifierToEscape
- text to escape- Returns:
- text where dots are escaped
-
unescapeDot
Un-Escape all escaped dot characters in the text (identifier only) passed in.- Parameters:
identifierToUnescape
- text to un-escape- Returns:
- string
-