Home
last modified time | relevance | path

Searched refs:ntindex (Results 1 – 1 of 1) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DConstPool.java1666 public MemberrefInfo(int cindex, int ntindex, int thisIndex) in MemberrefInfo() argument
1670 nameAndTypeIndex = ntindex; in MemberrefInfo()
1703 abstract protected int copy2(ConstPool dest, int cindex, int ntindex); in copy2() argument
1729 public FieldrefInfo(int cindex, int ntindex, int thisIndex) in FieldrefInfo() argument
1731 super(cindex, ntindex, thisIndex); in FieldrefInfo()
1747 protected int copy2(ConstPool dest, int cindex, int ntindex) in copy2() argument
1749 return dest.addFieldrefInfo(cindex, ntindex); in copy2()
1757 public MethodrefInfo(int cindex, int ntindex, int thisIndex) in MethodrefInfo() argument
1759 super(cindex, ntindex, thisIndex); in MethodrefInfo()
1775 protected int copy2(ConstPool dest, int cindex, int ntindex) in copy2() argument
[all …]