AstParameterDeclaration Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a single parameter
public class AstParameterDeclaration : AstElement
Inheritance
AstParameterDeclaration → AstElement → object
Constructors
| AstParameterDeclaration(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
| DefaultValue | Expression to set the initial value |
| Name | Name of the variable |
| Type | Parameter type |
Overridden & Inherited
| Position | The source code position of this element |
