A class with properties needed to build the html files for methods/properties
The type ( = 'method' or 'property' ) - found in ast
The kind of method ( = 'get', 'set' or 'constructor' ) - found in ast
A flag indicating that the method or property is private - found in ast
A flag indicating that the method or property is static - found in ast