C-minor v0.0

AstAttribute Class

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast

Represents an [attribute] instance

public class AstAttribute : AstElement

Inheritance

AstAttribute → AstElementobject

Constructors

AstAttribute(Topten.Cminor.Lexical.CodePosition)

Constructor

Fields

Arguments

A set of arguments to the attribute

Properties

Name

Name of the attribute

Methods

AddArgument(AstExprNode)

Add an argument to the function call

Overridden & Inherited

Position

The source code position of this element