Lines Matching refs:classGen

515                                       ClassGenerator classGen) {
516 final ConstantPoolGen cpg = classGen.getConstantPool();
553 il.append(template.compile(classGen, methodGen));
556 classGen.addMethod(methodGen);
559 private void compileTemplates(ClassGenerator classGen,
566 compileNamedTemplate(template, classGen);
574 InstructionList til = template.compile(classGen, methodGen);
610 public static void compileGetChildren(ClassGenerator classGen,
613 final ConstantPoolGen cpg = classGen.getConstantPool();
626 private InstructionList compileDefaultRecursion(ClassGenerator classGen,
629 final ConstantPoolGen cpg = classGen.getConstantPool();
631 final String applyTemplatesSig = classGen.getApplyTemplatesSig();
638 il.append(classGen.loadTranslet());
654 private InstructionList compileDefaultText(ClassGenerator classGen,
657 final ConstantPoolGen cpg = classGen.getConstantPool();
671 private InstructionList compileNamespaces(ClassGenerator classGen,
677 final XSLTC xsltc = classGen.getParser().getXSLTC();
678 final ConstantPoolGen cpg = classGen.getConstantPool();
709 (_testSeq[i]).compile(classGen,
739 public void compileApplyTemplates(ClassGenerator classGen) {
740 final XSLTC xsltc = classGen.getParser().getXSLTC();
741 final ConstantPoolGen cpg = classGen.getConstantPool();
762 classGen.getConstantPool());
803 compileDefaultRecursion(classGen, methodGen, ihLoop);
808 compileDefaultText(classGen, methodGen, ihLoop);
827 compileTemplates(classGen, methodGen, ihLoop);
833 ihElem = elemTest.compile(classGen, methodGen, ihRecurse);
839 ihAttr = attrTest.compile(classGen, methodGen, ihAttr);
844 loop.setTarget(_idxTestSeq.compile(classGen, methodGen, body.getStart()));
867 ihElem = _childNodeTestSeq.compile(classGen, methodGen, ihLoop);
882 ihText = _childNodeTestSeq.compile(classGen, methodGen, ihLoop);
889 InstructionList nsElem = compileNamespaces(classGen, methodGen,
896 InstructionList nsAttr = compileNamespaces(classGen, methodGen,
915 targets[i] = testSeq.compile(classGen, methodGen,
918 targets[i] = testSeq.compile(classGen, methodGen,
939 ? _testSeq[DTM.TEXT_NODE].compile(classGen, methodGen, ihText)
957 compile(classGen, methodGen, ihPI);
965 ? _testSeq[DTM.COMMENT_NODE].compile(classGen, methodGen, ihComment)
1000 targets[i] = testSeq.compile(classGen, methodGen,
1003 targets[i] = testSeq.compile(classGen, methodGen,
1042 classGen.addMethod(methodGen);
1050 compileApplyImports(classGen, min.intValue(), max.intValue());
1055 private void compileTemplateCalls(ClassGenerator classGen,
1064 InstructionList til = template.compile(classGen, methodGen);
1078 public void compileApplyImports(ClassGenerator classGen, int min, int max) {
1079 final XSLTC xsltc = classGen.getParser().getXSLTC();
1080 final ConstantPoolGen cpg = classGen.getConstantPool();
1126 classGen.getConstantPool());
1152 compileDefaultRecursion(classGen, methodGen, ihLoop);
1157 compileDefaultText(classGen, methodGen, ihLoop);
1175 compileTemplateCalls(classGen, methodGen, ihLoop, min, max);
1181 ihElem = elemTest.compile(classGen, methodGen, ihLoop);
1188 ihAttr = attrTest.compile(classGen, methodGen, ihAttr);
1214 ihElem = _childNodeTestSeq.compile(classGen, methodGen, ihLoop);
1230 ihText = _childNodeTestSeq.compile(classGen, methodGen, ihLoop);
1237 InstructionList nsElem = compileNamespaces(classGen, methodGen,
1243 InstructionList nsAttr = compileNamespaces(classGen, methodGen,
1263 targets[i] = testSeq.compile(classGen, methodGen,
1266 targets[i] = testSeq.compile(classGen, methodGen,
1285 ? _testSeq[DTM.TEXT_NODE].compile(classGen, methodGen, ihText)
1303 compile(classGen, methodGen, ihPI);
1313 ? _testSeq[DTM.COMMENT_NODE].compile(classGen, methodGen, ihComment)
1349 targets[i] = testSeq.compile(classGen, methodGen,
1352 targets[i] = testSeq.compile(classGen, methodGen,
1395 classGen.addMethod(methodGen);