AstAttribute Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents an [attribute] instance
public class AstAttribute : AstElement
Inheritance
AstAttribute → AstElement → object
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 |