declarations library
Classes
- HTAbstractTypeDeclaration
- HTClassDeclaration
- HTDeclaration
- Declaration is a semantic entity in the program that represents things that are declared with a name and hence can be referenced elsewhere in the code.
- HTFunctionDeclaration
- HTGenericTypeParameter
- A Generic Type Parameter could be:
- HTNamespace
- A namespace that will return the actual value of the declaration.
- HTParameterDeclaration
- HTTypeAliasDeclaration
- Similar to variable, but the value is a type. And can have generic type parameters.
- HTVariableDeclaration