Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ECMAScriptClass

Hierarchy

Index

Constructors

constructor

Properties

ast

constructorDeclaration

constructorDeclaration: ECMAScriptConstructor

file

file: any

id

id: string

methodDeclarations

methodDeclarations: ECMAScriptMethod[]

modifiers

modifiers: string[]

name

name: string

privateElements

privateElements: any = []

propertyDeclarations

propertyDeclarations: ECMAScriptProperty[]

publicElements

publicElements: any = []

relations

relations: any[] = []

Methods

addRelation

  • addRelation(from: any, to: any, toType: string, type: RelationTypes): void

getInRelations

  • getInRelations(): any[]

getOutRelations

  • getOutRelations(): any[]

hasRelation

  • hasRelation(from: string, to: string, type: string): boolean

Generated using TypeDoc