|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.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(java.lang.String value)
Ctor. |
Method Summary | |
---|---|
java.lang.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(java.lang.String value)
value
- is the fragment textMethod Detail |
---|
public java.lang.String getValue()
public abstract boolean isParameter()
public int hashCode()
hashCode
in class java.lang.Object
|
© 2006-2015 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |