Searched refs:cnat (Results 1 – 5 of 5) sorted by relevance
51 final ConstantNameAndType cnat = getNameAndType(cpg); in getSignature() local52 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()59 final ConstantNameAndType cnat = getNameAndType(cpg); in getName() local60 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
55 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getSignature() local56 return ((ConstantUtf8) cp.getConstant(cnat.getSignatureIndex())).getBytes(); in getSignature()65 … final ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(cmr.getNameAndTypeIndex()); in getName() local66 return ((ConstantUtf8) cp.getConstant(cnat.getNameIndex())).getBytes(); in getName()
131 ConstantNameAndType cnat = (ConstantNameAndType) cp.getConstant(ccp.getNameAndTypeIndex(), in visitRef() local134 String signature = cnat.getSignature(cp); in visitRef()
1320 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantFieldref() local1321 …final String name = ((ConstantUtf8) (cp.getConstant(cnat.getNameIndex()))).getBytes(); // Field or… in visitConstantFieldref()1333 …final String sig = ((ConstantUtf8) (cp.getConstant(cnat.getSignatureIndex()))).getBytes(); // Fie… in visitConstantFieldref()1349 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantMethodref() local1350 …final String name = ((ConstantUtf8) (cp.getConstant(cnat.getNameIndex()))).getBytes(); // Field or… in visitConstantMethodref()1363 …final String sig = ((ConstantUtf8) (cp.getConstant(cnat.getSignatureIndex()))).getBytes(); // Fie… in visitConstantMethodref()1382 … final ConstantNameAndType cnat = (ConstantNameAndType) (cp.getConstant(name_and_type_index)); in visitConstantInterfaceMethodref() local1383 …final String name = ((ConstantUtf8) (cp.getConstant(cnat.getNameIndex()))).getBytes(); // Field or… in visitConstantInterfaceMethodref()1395 …final String sig = ((ConstantUtf8) (cp.getConstant(cnat.getSignatureIndex()))).getBytes(); // Fie… in visitConstantInterfaceMethodref()
673 …final ConstantNameAndType cnat = (ConstantNameAndType) (cpg.getConstant(((ConstantMethodref) c).ge… in visitInvokeInstruction() local674 … final ConstantUtf8 cutf8 = (ConstantUtf8) (cpg.getConstant(cnat.getNameIndex())); in visitInvokeInstruction()696 final ConstantNameAndType cnat = in visitInvokeInstruction() local698 … final String name = ((ConstantUtf8) (cpg.getConstant(cnat.getNameIndex()))).getBytes(); in visitInvokeInstruction()