AstSwitchCasePredicate Class
Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor.Ast
Represents a match predicate for a switch clause
public class AstSwitchCasePredicate : AstElement
Inheritance
AstSwitchCasePredicate → AstElement → object
Constructors
AstSwitchCasePredicate(Topten.Cminor.Lexical.CodePosition) | Constructor |
Fields
Value | The value of the predicate condition |
Overridden & Inherited
Position | The source code position of this element |