Пример #1
0
 public override void Bind(BindContext context)
 {
     base.Bind(context);
     type_ = args_()[0].type_;
 }
Пример #2
0
 public override void Bind(BindContext context)
 {
     base.Bind(context);
     type_ = args_()[0].type_;
     Debug.Assert(type_ is CharType || type_ is VarCharType);
 }
Пример #3
0
 public override void Bind(BindContext context)
 {
     base.Bind(context);
     type_ = new IntType();
 }
Пример #4
0
 public override void Bind(BindContext context)
 {
     bindQuery(context);
     type_ = new BoolType();
     markBounded();
 }
Пример #5
0
 public override void Bind(BindContext context)
 {
     bindQuery(context);
     SetIsCacheable();
 }