es-membrane

Home > ts-morph-structures > StringTypeStructureImpl

StringTypeStructureImpl class

Strings, encased in double quotes. Leaf nodes.

Signature:

export default class StringTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.String> 

Extends: TypeStructuresBase<TypeStructureKind.String>

Constructors

Constructor Modifiers Description
[(constructor)(literal)](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl._constructor_.html) Constructs a new instance of the `StringTypeStructureImpl` class

Properties

Property Modifiers Type Description
[kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl.kind.html) `readonly` (not declared)
[stringValue](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl.stringvalue.html) `readonly` string
[writerFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl.writerfunction.html) `readonly` WriterFunction

Methods

Method Modifiers Description
[clone(other)](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl.clone.html) `static`
[get(name)](/es-membrane/ts-morph-structures/api/ts-morph-structures.stringtypestructureimpl.get.html) `static` Gets a singleton `StringTypeStructureImpl` for the given name.