Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DClassFile.java70 String[] cachedInterfaces; field in ClassFile
530 if (cachedInterfaces != null) in getInterfaces()
531 return cachedInterfaces; in getInterfaces()
544 cachedInterfaces = rtn; in getInterfaces()
555 cachedInterfaces = null; in setInterfaces()
567 cachedInterfaces = null; in addInterface()