Options
All
  • Public
  • Public/Protected
  • All
Menu

Class JavaClass

Hierarchy

Index

Constructors

constructor

  • new JavaClass(classeNode: any, file: any): JavaClass

Properties

ast

ast: any

file

file: any

id

id: string

modifiers

modifiers: string[]

name

name: string

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