Searched refs:getClassInfo (Results 1 - 20 of 20) sorted by relevance

/external/javassist/src/main/javassist/convert/
H A DTransformNewClass.java53 if (cp.getClassInfo(index).equals(classname)) {
H A DTransformNew.java57 if (cp.getClassInfo(index).equals(classname)) {
/external/javassist/src/main/javassist/expr/
H A DNewArray.java87 String desc = getConstPool().getClassInfo(index);
128 String desc = getConstPool().getClassInfo(index);
189 desc = constPool.getClassInfo(index);
199 desc = constPool.getClassInfo(index);
H A DHandler.java80 String name = cp.getClassInfo(type);
H A DCast.java67 String name = cp.getClassInfo(index);
H A DInstanceof.java70 String name = cp.getClassInfo(index);
H A DExpr.java145 addClass(list, pool.get(cp.getClassInfo(t)));
H A DExprEditor.java202 minfo.getConstPool().getClassInfo(index));
/external/javassist/src/main/javassist/bytecode/
H A DInnerClassesAttribute.java74 return constPool.getClassInfo(i);
103 return constPool.getClassInfo(i);
H A DEnclosingMethodAttribute.java95 return getConstPool().getClassInfo(classIndex());
H A DExceptionsAttribute.java128 elist[k++] = constPool.getClassInfo(index);
H A DConstPool.java170 return getClassInfo(thisClassInfo);
208 public String getClassInfo(int index) { method in class:ConstPool
286 return getClassInfo(f.classIndex);
363 return getClassInfo(minfo.classIndex);
441 return getClassInfo(minfo.classIndex);
628 if (getClassInfo(minfo.classIndex).equals(classname)) {
661 return getClassInfo(minfo.classIndex);
H A DClassFile.java197 = cp.addClassInfo(constPool.getClassInfo(interfaces[i]));
343 cachedSuperclass = constPool.getClassInfo(superClass);
510 list[i] = constPool.getClassInfo(interfaces[i]);
794 thisclassname = constPool.getClassInfo(thisClass);
H A DInstructionPrinter.java196 return "#" + index + " = Class " + pool.getClassInfo(index);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTracer.java630 = new TypeData.UninitData(pos, cpool.getClassInfo(i));
636 String type = cpool.getClassInfo(i).replace('.', '/');
656 stackTypes[stackTop - 1] = new TypeData.ClassName(cpool.getClassInfo(i));
814 String type = cpool.getClassInfo(i).replace('.', '/');
H A DMapMaker.java261 type = cpool.getClassInfo(exceptionType);
/external/javassist/src/main/javassist/bytecode/analysis/
H A DExecutor.java578 frame.push(resolveClassInfo(constPool.getClassInfo(iter.u16bitAt(pos + 1))));
598 frame.push(typeFromDesc(constPool.getClassInfo(iter.u16bitAt(pos + 1))));
828 Type type = resolveClassInfo(constPool.getClassInfo(iter.u16bitAt(pos + 1)));
H A DAnalyzer.java222 type = index == 0 ? Type.THROWABLE : Type.get(classes.get(constPool.getClassInfo(index)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 120 milliseconds