Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DAttributeInfo.java38 protected AttributeInfo(ConstPool cp, int attrname, byte[] attrinfo) { in AttributeInfo() argument
41 info = attrinfo; in AttributeInfo()
56 public AttributeInfo(ConstPool cp, String attrname, byte[] attrinfo) { in AttributeInfo() argument
57 this(cp, cp.addUtf8Info(attrname), attrinfo); in AttributeInfo()