예제 #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();
 }