Ejemplo n.º 1
0
        internal MethodOperand(
                              IQuery opnd,
                              FT ftype) {
            _FType= ftype;
            _Opnd = opnd; 

        }
Ejemplo n.º 2
0
 internal MethodOperand(
     IQuery opnd,
     FT ftype)
 {
     _FType = ftype;
     _Opnd  = opnd;
 }
Ejemplo n.º 3
0
 internal NumberFunctions(IQuery qy)
 {
     _qy       = qy;
     _FuncType = FT.FuncNumber;
 }
Ejemplo n.º 4
0
 internal NumberFunctions(IQuery qy,
                          FT ftype)
 {
     _qy       = qy;
     _FuncType = ftype;
 }
Ejemplo n.º 5
0
 internal StringFunctions(ArrayList qy,
                          System.Xml.XPath.Function.FunctionType ftype)
 {
     _ArgList  = qy;
     _FuncType = ftype;
 }
Ejemplo n.º 6
0
 internal BooleanFunctions(IQuery qy)
 {
     _qy       = qy;
     _FuncType = FT.FuncBoolean;
 }
Ejemplo n.º 7
0
 internal BooleanFunctions(IQuery qy, FT ftype)
 {
     _qy       = qy;
     _FuncType = ftype;
 }
Ejemplo n.º 8
0
 internal NumberFunctions(IQuery qy) {
     _qy = qy;
     _FuncType = FT.FuncNumber;
 }
Ejemplo n.º 9
0
 internal NumberFunctions(IQuery qy,
                          FT ftype) {
     _qy = qy;
     _FuncType = ftype;
 }
Ejemplo n.º 10
0
 internal StringFunctions(ArrayList qy, 
                          System.Xml.XPath.Function.FunctionType ftype) {
     _ArgList = qy;
     _FuncType = ftype;
 }
Ejemplo n.º 11
0
 internal BooleanFunctions(IQuery qy) {
     _qy = qy;
     _FuncType = FT.FuncBoolean;
 }
Ejemplo n.º 12
0
 internal BooleanFunctions(IQuery qy, FT ftype) {
     _qy = qy;
     _FuncType = ftype;
 }