Lines Matching refs:RESULT

356             {: RESULT = pattern; :}
359 {: RESULT = expr; :};
364 {: RESULT = lpp; :}
367 {: RESULT = new AlternativePattern(lpp, p); :};
370 {: RESULT = new AbsolutePathPattern(null); :}
373 {: RESULT = new AbsolutePathPattern(rpp); :}
376 {: RESULT = ikp; :}
379 {: RESULT = new ParentPattern(ikp, rpp); :}
382 {: RESULT = new AncestorPattern(ikp, rpp); :}
385 {: RESULT = new AncestorPattern(rpp); :}
388 {: RESULT = rpp; :};
391 {: RESULT = new IdPattern(l);
396 {: RESULT = new KeyPattern(l1, l2); :};
399 {: RESULT = new ProcessingInstructionPattern(l); :};
402 {: RESULT = sp; :}
405 {: RESULT = new ParentPattern(sp, rpp); :}
408 {: RESULT = new AncestorPattern(sp, rpp); :};
412 RESULT = parser.createStepPattern(Axis.CHILD, nt, null);
417 RESULT = parser.createStepPattern(Axis.CHILD, nt, pp);
421 {: RESULT = pip; :}
424 {: RESULT = (ProcessingInstructionPattern)pip.setPredicates(pp); :}
428 RESULT = parser.createStepPattern(axis.intValue(), nt, null);
434 RESULT = parser.createStepPattern(axis.intValue(), nt, pp);
439 RESULT = pip; // TODO: report error if axis is attribute
446 RESULT = (ProcessingInstructionPattern)pip.setPredicates(pp);
450 {: RESULT = nt; :}
453 {: RESULT = new Integer(NodeTest.ANODE); :}
456 {: RESULT = new Integer(NodeTest.TEXT); :}
459 {: RESULT = new Integer(NodeTest.COMMENT); :}
462 {: RESULT = new Integer(NodeTest.PI); :};
465 {: RESULT = null; :}
468 {: RESULT = qn; :};
471 {: RESULT = new Integer(Axis.ATTRIBUTE); :}
474 {: RESULT = new Integer(Axis.CHILD); :}
477 {: RESULT = new Integer(Axis.ATTRIBUTE); :};
483 RESULT = temp;
487 {: pp.insertElementAt(p, 0); RESULT = pp; :};
491 RESULT = new Predicate(e);
497 {: RESULT = ex; :};
500 {: RESULT = ae; :}
503 {: RESULT = new LogicalExpr(LogicalExpr.OR, oe, ae); :};
506 {: RESULT = e; :}
509 {: RESULT = new LogicalExpr(LogicalExpr.AND, ae, ee); :};
512 {: RESULT = re; :}
515 {: RESULT = new EqualityExpr(Operators.EQ, ee, re); :}
518 {: RESULT = new EqualityExpr(Operators.NE, ee, re); :};
521 {: RESULT = ae; :}
524 {: RESULT = new RelationalExpr(Operators.LT, re, ae); :}
527 {: RESULT = new RelationalExpr(Operators.GT, re, ae); :}
530 {: RESULT = new RelationalExpr(Operators.LE, re, ae); :}
533 {: RESULT = new RelationalExpr(Operators.GE, re, ae); :};
536 {: RESULT = me; :}
539 {: RESULT = new BinOpExpr(BinOpExpr.PLUS, ae, me); :}
542 {: RESULT = new BinOpExpr(BinOpExpr.MINUS, ae, me); :};
545 {: RESULT = ue; :}
548 {: RESULT = new BinOpExpr(BinOpExpr.TIMES, me, ue); :}
551 {: RESULT = new BinOpExpr(BinOpExpr.DIV, me, ue); :}
554 {: RESULT = new BinOpExpr(BinOpExpr.MOD, me, ue); :};
557 {: RESULT = ue; :}
560 {: RESULT = new UnaryOpExpr(ue); :};
563 {: RESULT = pe; :}
566 {: RESULT = new UnionPathExpr(pe, rest); :};
569 {: RESULT = lp; :}
572 {: RESULT = fexp; :}
575 {: RESULT = new FilterParentPath(fexp, rlp); :}
595 RESULT = fpp;
599 {: RESULT = rlp; :}
602 {: RESULT = alp; :};
605 {: RESULT = step; :}
610 RESULT = step; // Remove './' from the middle
613 RESULT = rlp; // Remove '/.' from the end
616 RESULT =
622 {: RESULT = arlp; :};
625 {: RESULT = new AbsoluteLocationPath(); :}
628 {: RESULT = new AbsoluteLocationPath(rlp); :}
631 {: RESULT = aalp; :};
645 RESULT = right;
650 RESULT = new ParentLocationPath(left, right);
658 RESULT = new ParentLocationPath(left, right);
666 RESULT = new ParentLocationPath(left, ppl);
676 RESULT = new ParentLocationPath(left, ppl);
684 RESULT = new ParentLocationPath(left, ppl);
702 RESULT = new AbsoluteLocationPath(parser.insertStep(step,
709 RESULT = (Step)ntest;
712 RESULT = new Step(Axis.CHILD,
723 RESULT = (Step)ntest;
726 RESULT = new Step(Axis.CHILD,
732 {: RESULT = new Step(axis.intValue(),
738 {: RESULT = new Step(axis.intValue(),
744 {: RESULT = abbrev; :};
747 {: RESULT = an; :}
750 {: RESULT = new Integer(Axis.ATTRIBUTE); :};
753 {: RESULT = new Integer(Axis.ANCESTOR); :}
756 {: RESULT = new Integer(Axis.ANCESTORORSELF); :}
759 {: RESULT = new Integer(Axis.ATTRIBUTE); :}
762 {: RESULT = new Integer(Axis.CHILD); :}
765 {: RESULT = new Integer(Axis.DESCENDANT); :}
768 {: RESULT = new Integer(Axis.DESCENDANTORSELF); :}
771 {: RESULT = new Integer(Axis.FOLLOWING); :}
774 {: RESULT = new Integer(Axis.FOLLOWINGSIBLING); :}
777 {: RESULT = new Integer(Axis.NAMESPACE); :}
780 {: RESULT = new Integer(Axis.PARENT); :}
783 {: RESULT = new Integer(Axis.PRECEDING); :}
786 {: RESULT = new Integer(Axis.PRECEDINGSIBLING); :}
789 {: RESULT = new Integer(Axis.SELF); :};
792 {: RESULT = new Step(Axis.SELF, NodeTest.ANODE, null); :}
795 {: RESULT = new Step(Axis.PARENT, NodeTest.ANODE, null); :};
798 {: RESULT = primary; :}
801 {: RESULT = new FilterExpr(primary, pp); :};
804 {: RESULT = vr; :}
807 {: RESULT = ex; :}
824 RESULT = (namespace == null) ? new LiteralExpr(string)
832 RESULT = new RealExpr(value);
836 RESULT = new RealExpr(num.doubleValue());
838 RESULT = new IntExpr(num.intValue());
840 RESULT = new RealExpr(num.doubleValue());
842 RESULT = new IntExpr(num.intValue());
847 {: RESULT = new RealExpr(num.doubleValue()); :}
850 {: RESULT = fc; :};
860 RESULT = new VariableRef((Variable)node);
863 RESULT = new ParameterRef((Param)node);
866 RESULT = new UnresolvedRef(varName);
871 RESULT = new UnresolvedRef(varName);
879 RESULT = new CurrentCall(fname);
882 RESULT = new NumberCall(fname, parser.EmptyArgs);
885 RESULT = new StringCall(fname, parser.EmptyArgs);
888 RESULT = new ConcatCall(fname, parser.EmptyArgs);
891 RESULT = new BooleanExpr(true);
894 RESULT = new BooleanExpr(false);
897 RESULT = new NameCall(fname);
900 RESULT = new GenerateIdCall(fname, parser.EmptyArgs);
903 RESULT = new StringLengthCall(fname, parser.EmptyArgs);
906 RESULT = new PositionCall(fname);
909 RESULT = new LastCall(fname);
912 RESULT = new LocalNameCall(fname);
915 RESULT = new NamespaceUriCall(fname);
918 RESULT = new FunctionCall(fname, parser.EmptyArgs);
925 RESULT = new ConcatCall(fname, argl);
928 RESULT = new NumberCall(fname, argl);
932 RESULT = new DocumentCall(fname, argl);
935 RESULT = new StringCall(fname, argl);
938 RESULT = new BooleanCall(fname, argl);
941 RESULT = new NameCall(fname, argl);
944 RESULT = new GenerateIdCall(fname, argl);
947 RESULT = new NotCall(fname, argl);
950 RESULT = new FormatNumberCall(fname, argl);
953 RESULT = new UnparsedEntityUriCall(fname, argl);
956 RESULT = new KeyCall(fname, argl);
959 RESULT = new KeyCall(fname, argl);
963 RESULT = new CeilingCall(fname, argl);
966 RESULT = new RoundCall(fname, argl);
969 RESULT = new FloorCall(fname, argl);
972 RESULT = new ContainsCall(fname, argl);
975 RESULT = new StringLengthCall(fname, argl);
978 RESULT = new StartsWithCall(fname, argl);
981 RESULT = new FunctionAvailableCall(fname, argl);
984 RESULT = new ElementAvailableCall(fname, argl);
987 RESULT = new LocalNameCall(fname, argl);
990 RESULT = new LangCall(fname, argl);
993 RESULT = new NamespaceUriCall(fname, argl);
996 RESULT = new CastCall(fname, argl);
1001 RESULT = new FunctionCall(fname, argl);
1004 RESULT = new FunctionCall(fname, argl);
1012 RESULT = temp;
1016 {: argl.insertElementAt(arg, 0); RESULT = argl; :};
1020 RESULT = fname;
1025 RESULT = vname;
1029 {: RESULT = ex; :};
1032 {: RESULT = nt; :}
1035 {: RESULT = new Integer(NodeTest.ANODE); :}
1038 {: RESULT = new Integer(NodeTest.TEXT); :}
1041 {: RESULT = new Integer(NodeTest.COMMENT); :}
1051 RESULT = new Step(Axis.CHILD, NodeTest.PI, predicates);
1055 {: RESULT = new Integer(NodeTest.PI); :};
1058 {: RESULT = null; :}
1061 {: RESULT = qn; :};
1064 {: RESULT = parser.getQNameIgnoreDefaultNs(qname); :}
1067 {: RESULT = parser.getQNameIgnoreDefaultNs("div"); :}
1070 {: RESULT = parser.getQNameIgnoreDefaultNs("mod"); :}
1073 {: RESULT = parser.getQNameIgnoreDefaultNs("key"); :}
1076 {: RESULT = parser.getQNameIgnoreDefaultNs("child"); :}
1079 {: RESULT = parser.getQNameIgnoreDefaultNs("ancestor-or-self"); :}
1082 {: RESULT = parser.getQNameIgnoreDefaultNs("attribute"); :}
1085 {: RESULT = parser.getQNameIgnoreDefaultNs("child"); :}
1088 {: RESULT = parser.getQNameIgnoreDefaultNs("decendant"); :}
1091 {: RESULT = parser.getQNameIgnoreDefaultNs("decendant-or-self"); :}
1094 {: RESULT = parser.getQNameIgnoreDefaultNs("following"); :}
1097 {: RESULT = parser.getQNameIgnoreDefaultNs("following-sibling"); :}
1100 {: RESULT = parser.getQNameIgnoreDefaultNs("namespace"); :}
1103 {: RESULT = parser.getQNameIgnoreDefaultNs("parent"); :}
1106 {: RESULT = parser.getQNameIgnoreDefaultNs("preceding"); :}
1109 {: RESULT = parser.getQNameIgnoreDefaultNs("preceding-sibling"); :}
1112 {: RESULT = parser.getQNameIgnoreDefaultNs("self"); :}
1115 {: RESULT = parser.getQNameIgnoreDefaultNs("id"); :};