AstTypeName Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a type name
public class AstTypeName : AstElement
Inheritance
AstTypeName → AstElement → object
Constructors
AstTypeName(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
ArraySize | Optional expression indicating the number of elements in an array |
GenericArguments | An optional set of arguments if the type is a template |
Properties
BoundType | The type info for this type name |
TypeName | The type name |
Overridden & Inherited
Position | The source code position of this element |