Lines Matching full:constructor
42 constructor(name: string, node: ts.Node, isModule: ModuleVarKind) { method in Decl
50 constructor(varName: string, node: ts.Node, isModule: ModuleVarKind) { method in VarDecl
56 constructor(letName: string, node: ts.Node, isModule: ModuleVarKind) { method in LetDecl
62 constructor(constName: string, node: ts.Node, isModule: ModuleVarKind) { method in ConstDecl
68 constructor(funcName: string, node: ts.Node, isModule: ModuleVarKind) { method in FuncDecl
74 constructor(className: string, node: ts.Node, isModule: ModuleVarKind) { method in ClassDecl
80 constructor(CpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in CatchParameter
86 constructor(FpName: string, node: ts.Node, isModule: ModuleVarKind = ModuleVarKind.NOT) { method in FunctionParameter
101 constructor() { } method in Scope
400 constructor(node?: ts.SourceFile) { method in GlobalScope
422 constructor(node: ts.SourceFile) { method in ModuleScope
467 constructor(parent?: Scope, node?: ts.FunctionLikeDeclaration) { method in FunctionScope
515 constructor(parent: Scope) { method in LocalScope
549 constructor(parent: Scope) { method in LoopScope