Options
All
  • Public
  • Public/Protected
  • All
Menu

Class FunctionDesc

Represents a function in a source file. A function is represented by a name, and start and end coordinates.

Hierarchy

  • FunctionDesc

Index

Constructors

constructor

  • new FunctionDesc(name: string, startLine: number, startColumn: number, endLine: number, endColumn: number): FunctionDesc

Properties

endColumn

endColumn: number

endLine

endLine: number

name

name: string

startColumn

startColumn: number

startLine

startLine: number

Generated using TypeDoc