Home
last modified time | relevance | path

Searched defs:addNameAndTypeInfo (Results 1 – 2 of 2) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
DClassFileWriter.java582 public int addNameAndTypeInfo(String name, String type) { in addNameAndTypeInfo() method in ClassFileWriter.ConstPoolWriter
593 public int addNameAndTypeInfo(int name, int type) { in addNameAndTypeInfo() method in ClassFileWriter.ConstPoolWriter
DConstPool.java748 public int addNameAndTypeInfo(String name, String type) { in addNameAndTypeInfo() method in ConstPool
759 public int addNameAndTypeInfo(int name, int type) { in addNameAndTypeInfo() method in ConstPool