Lines Matching full:constructor
32 constructor(name: string, node: ts.Node) { method in Decl
39 constructor(varName: string, node: ts.Node) { method in VarDecl
45 constructor(letName: string, node: ts.Node) { method in LetDecl
51 constructor(constName: string, node: ts.Node) { method in ConstDecl
57 constructor(funcName: string, node: ts.Node) { method in FuncDecl
63 constructor(className: string, node: ts.Node) { method in ClassDecl
69 constructor(CpName: string, node: ts.Node) { method in CatchParameter
75 constructor(FpName: string, node: ts.Node) { method in FunctionParameter
93 constructor() { } method in Scope
386 constructor(node?: ts.SourceFile) { method in GlobalScope
407 constructor(node?: ts.SourceFile | ts.ModuleBlock) { method in ModuleScope
433 constructor(parent?: Scope, node?: ts.FunctionLikeDeclaration) { method in FunctionScope
487 constructor(parent: Scope) { method in LocalScope
533 constructor(parent: Scope) { method in LoopScope