public final class IdentifierValue extends Object implements ValueASTNode<String>
| 构造器和说明 |
|---|
IdentifierValue(String text) |
IdentifierValue(String text,
String reservedCharacters) |
| 限定符和类型 | 方法和说明 |
|---|---|
static String |
getQuotedContent(String text)
Get quoted content.
|
String |
getValueWithQuoteCharacters()
Get value with quote characters, i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValuepublic IdentifierValue(String text)
Copyright © 2022 The Apache Software Foundation. All rights reserved.