コード例 #1
0
 public override void EnterConstantFalse([NotNull] TxMarkParser.ConstantFalseContext context)
 {
     _compileContext.Boolean(false);
 }