Home Reference Source Repository
import {StringLiteralPrinterParser} from 'js-joda/src/format/parser/StringLiteralPrinterParser.js'
public class | source

StringLiteralPrinterParser

Prints or parses a string literal.

Constructor Summary

Public Constructor
public

constructor(literal: *)

Method Summary

Public Methods
public

parse(context: *, text: *, position: *): *

public

print(context: *, buf: *): boolean

public

toString(): *

Public Constructors

public constructor(literal: *) source

Params:

NameTypeAttributeDescription
literal *

Public Methods

public parse(context: *, text: *, position: *): * source

Params:

NameTypeAttributeDescription
context *
text *
position *

Return:

*

public print(context: *, buf: *): boolean source

Params:

NameTypeAttributeDescription
context *
buf *

Return:

boolean

public toString(): * source

Return:

*