Class MethodOrPropertyDoc extends VariableDoc

A class with properties needed to build the html files for methods/properties

Source : file MethodOrPropertyDoc.js at line 34

Public properties

async : null or Boolean

A flag indicating that the method is async

Source : file MethodOrPropertyDoc.js at line 48

isA : null or String

The type ( = 'method' or 'property' ) - found in ast

Source : file MethodOrPropertyDoc.js at line 69

kind : null or String

The kind of method ( = 'get', 'set' or 'constructor' ) - found in ast

Source : file MethodOrPropertyDoc.js at line 62

params : null or Array of String

The params names found in ast

Source : file MethodOrPropertyDoc.js at line 76

private : null or Boolean

A flag indicating that the method or property is private - found in ast

Source : file MethodOrPropertyDoc.js at line 55

static : null or Boolean

A flag indicating that the method or property is static - found in ast

Source : file MethodOrPropertyDoc.js at line 41