public class ASTConstantHelper extends Object
Constructor and Description |
---|
ASTConstantHelper() |
Modifier and Type | Method and Description |
---|---|
static Object |
parse(org.antlr.v4.runtime.tree.ParseTree node)
Parse the AST constant node and return Object value.
|
static String |
removeTicks(String tickedString)
Remove tick '`' character from a string start and end.
|
public static String removeTicks(String tickedString)
tickedString
- delimited stringpublic static Object parse(org.antlr.v4.runtime.tree.ParseTree node)
node
- - parse node for which to parse the string value