Class PlaceholderParser.TextFragment
java.lang.Object
com.espertech.esper.common.internal.util.PlaceholderParser.Fragment
com.espertech.esper.common.internal.util.PlaceholderParser.TextFragment
- Enclosing class:
- PlaceholderParser
Represents a piece of text in a parse string with placeholder values.
-
Constructor Summary
-
Method Summary
Methods inherited from class com.espertech.esper.common.internal.util.PlaceholderParser.Fragment
getValue
-
Constructor Details
-
TextFragment
Ctor.- Parameters:
value
- is the text
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classPlaceholderParser.Fragment
-
equals
- Overrides:
equals
in classPlaceholderParser.Fragment
-
toString
-
isParameter
public boolean isParameter()Description copied from class:PlaceholderParser.Fragment
Returns true to indicate this is a parameter and not a text fragment.- Specified by:
isParameter
in classPlaceholderParser.Fragment
- Returns:
- true if parameter fragement, false if text fragment.
-