Method Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Types
public class Method : Member,
Topten.Cminor.Semantic.IBinding
Inheritance
Interfaces
Topten.Cminor.Semantic.IBinding
Constructors
Method() |
Properties
HasSideEffects | Indicates if this method has side effects |
LocalThis | The bound "this" local |
Parameters | Parameters of a method |
ReturnType | The return value type of this method or variable |
Overridden & Inherited
Attributes | Attributes for this member |
Declaration | The AST statement that declares this member |
DeclaringType | Gets the type that this member belongs to |
Kind | |
Modifiers | Modifiers for this member |
Name | The member name |
NativeName | |
ToString() |