isomatch
|
Enumerations | |
enum | ExpressionType { ExprVar, ExprConst, ExprLongConst, ExprBinOp, ExprUnOp, ExprUnOpCst, ExprSlice, ExprMerge } |
enum | ExpressionBinOperator { BAnd, BOr, BXor, BAdd, BSub, BMul, BDiv, BMod, BLsr, BLsl, BAsr } |
enum | ExpressionUnOperator { UNot } |
enum | ExpressionUnOperatorCst { UCLsr, UCLsl, UCAsr } |
Defines an AST for the expressions used in gates (combinator gates, assertion gates).
enum expr::ExpressionType |
Type of expression (used to cast to the right struct
).