abstract fun makeStringNode(literalString: String!): Node!
Create an Node encapsulating the given string.
literalString - String!: A string.
literalString
Return Node!: An Node encapsulating the given string.