es-membrane

Home > ts-morph-structures > NumberTypeStructureImpl

NumberTypeStructureImpl class

Numbers (boolean, number, string, void, etc.), without quotes, brackets, or anything else around them. Leaf nodes.

Signature:

export default class NumberTypeStructureImpl extends TypeStructuresBase<TypeStructureKind.Number> 

Extends: TypeStructuresBase<TypeStructureKind.Number>

Constructors

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

Properties

Property Modifiers Type Description
[kind](/es-membrane/ts-morph-structures/api/ts-morph-structures.numbertypestructureimpl.kind.html) `readonly` (not declared)
[numberValue](/es-membrane/ts-morph-structures/api/ts-morph-structures.numbertypestructureimpl.numbervalue.html) `readonly` number
[writerFunction](/es-membrane/ts-morph-structures/api/ts-morph-structures.numbertypestructureimpl.writerfunction.html) `readonly` WriterFunction

Methods

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