Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DSignatureAttribute.java292 ObjectType[] superInterfaces; field in SignatureAttribute.TypeParameter
297 superInterfaces = si; in TypeParameter()
319 public ObjectType[] getInterfaceBound() { return superInterfaces; } in getInterfaceBound()
329 int len = superInterfaces.length; in toString()
337 sbuf.append(superInterfaces[i].toString()); in toString()