public class ASTConstantHelper
extends java.lang.Object
Constructor and Description |
---|
ASTConstantHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public static java.lang.String removeTicks(java.lang.String tickedString)
tickedString
- delimited stringpublic static java.lang.Object parse(org.antlr.v4.runtime.tree.ParseTree node)
node
- - parse node for which to parse the string value