public final class StringLiteral extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
static StringLiteral |
of(String literal)
Create a new
StringLiteral from a string |
String |
toString() |
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRootpublic static StringLiteral of(String literal)
StringLiteral from a stringliteral - contentStringLiteralpublic void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2019. All rights reserved.