Home
last modified time | relevance | path

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

/build/tools/apicheck/src/com/android/apicheck/
DApiCheck.java135 private Stack<ClassInfo> mClassScope = new Stack<ClassInfo>(); field in ApiCheck.MakeHandler
153 mClassScope.push(mCurrentClass); in startElement()
232 mCurrentClass = mClassScope.pop(); in endElement()