Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DClassFile.java44 String[] cachedInterfaces; field in ClassFile
500 if (cachedInterfaces != null) in getInterfaces()
501 return cachedInterfaces; in getInterfaces()
515 cachedInterfaces = rtn; in getInterfaces()
526 cachedInterfaces = null; in setInterfaces()
539 cachedInterfaces = null; in addInterface()