C-minor v0.0

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 → AstElementobject

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