AstCaseClause Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a 'case' clause in a 'switch' statement
public class AstCaseClause : AstElement
Inheritance
AstCaseClause → AstElement → object
Constructors
AstCaseClause(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
Predicates | A set of match predicates for taking this branch |
Statements | The statements to execute if this branch is taken |
Overridden & Inherited
Position | The source code position of this element |