es-membrane

Home > ts-morph-structures > ParenthesesTypeStructureImpl

ParenthesesTypeStructureImpl class

Wrap the child type in parentheses.

Signature:

export default class ParenthesesTypeStructureImpl extends TypeStructuresWithChildren<TypeStructureKind.Parentheses, [
    TypeStructures
]> 

Extends: TypeStructuresWithChildren<TypeStructureKind.Parentheses, [ TypeStructures ]>

Constructors

Constructor Modifiers Description
(constructor)(childType)   Constructs a new instance of the ParenthesesTypeStructureImpl class

Properties

Property Modifiers Type Description
childTypes readonly [TypeStructures]  
endToken protected readonly (not declared)  
joinChildrenToken protected readonly (not declared)  
kind readonly (not declared)  
maxChildCount protected readonly (not declared)  
objectType protected readonly null  
startToken protected readonly (not declared)  

Methods

Method Modifiers Description
clone(other) static