Represents a context of a code block
class CodeContext
(None) |
alias of constructor
the name of the class that has this instance property
the name of the function, variable, or class
the name of the class that has this static property
A string that represents this code best.
the type of the code. One of 'function', 'declaration', 'method', 'property', 'constructor' or 'class'