public abstract class StringNode extends Node
| Constructor and Description |
|---|
StringNode() |
| Modifier and Type | Method and Description |
|---|---|
static StringNode |
create(String value) |
String |
getValue() |
isArray, isBoolean, isNull, isNumber, isObject, isString, parse, stringifypublic final String getValue()
public static StringNode create(String value)
Copyright © 2019. All rights reserved.