public final class StringLiteral extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
static StringLiteral |
of(char literal)
Create a new
StringLiteral from a character. |
static StringLiteral |
of(String literal)
Create a new
StringLiteral from a string. |
String |
toString() |
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentpublic static StringLiteral of(String literal)
StringLiteral from a string.literal - contentStringLiteralpublic static StringLiteral of(char literal)
StringLiteral from a character.literal - contentStringLiteralpublic void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2020. All rights reserved.