Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ECMAScriptParserSingleton

Hierarchy

  • ECMAScriptParserSingleton

Index

Constructors

Private constructor

Properties

initialized

initialized: boolean = false

ts

ts: any

Static Private instance

Methods

getBinaryExpressions

  • getBinaryExpressions(sourceast: any): any

getCallExpressions

  • getCallExpressions(sourceast: any): any

getClassDeclarations

  • getClassDeclarations(sourceast: any): any

getConstructor

  • getConstructor(sourceast: any): any

getFunctionDeclarations

  • getFunctionDeclarations(sourceast: any): any

getImportsStatements

  • getImportsStatements(sourceast: any): any

getMethodDeclaration

  • getMethodDeclaration(sourceast: any): any

getNewExpressions

  • getNewExpressions(sourceast: any): any

getPropertyAccessExpressions

  • getPropertyAccessExpressions(sourceast: any): any

getPropertyDeclaration

  • getPropertyDeclaration(sourceast: any): any

getSyntaxKindName

  • getSyntaxKindName(index: number): string

init

  • init(): void

parseFile

  • parseFile(sourcecode: string): any

Static getInstance

Generated using TypeDoc