|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.util.PlaceholderParser.Fragment
public abstract static class PlaceholderParser.Fragment
Fragment is a parse result, a parse results in an ordered list of fragments.
Constructor Summary | |
---|---|
protected |
PlaceholderParser.Fragment(String value)
Ctor. |
Method Summary | |
---|---|
String |
getValue()
Returns the string text of the fragment. |
int |
hashCode()
|
abstract boolean |
isParameter()
Returns true to indicate this is a parameter and not a text fragment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PlaceholderParser.Fragment(String value)
value
- is the fragment textMethod Detail |
---|
public String getValue()
public abstract boolean isParameter()
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |