|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.epl.parse.ASTConstantHelper
public class ASTConstantHelper
Parses constant strings and returns the constant Object.
Constructor Summary | |
---|---|
ASTConstantHelper()
|
Method Summary | |
---|---|
static java.lang.Object |
parse(org.antlr.v4.runtime.tree.ParseTree node)
Parse the AST constant node and return Object value. |
static java.lang.String |
removeTicks(java.lang.String tickedString)
Remove tick '`' character from a string start and end. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ASTConstantHelper()
Method Detail |
---|
public static java.lang.String removeTicks(java.lang.String tickedString)
tickedString
- delimited string
public static java.lang.Object parse(org.antlr.v4.runtime.tree.ParseTree node)
node
- - parse node for which to parse the string value
|
© 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 |