Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/basicrunner/basichelper/
H A DAttributeList.java116 Class superInterfaces[] = getClass().getSuperclass().getInterfaces(); in getTypes() local
118 Type types[] = new Type[interfaces.length + superInterfaces.length]; in getTypes()
122 for(; i < interfaces.length + superInterfaces.length; ++ i) in getTypes()
123 types[i] = new Type(superInterfaces[i - interfaces.length]); in getTypes()

Completed in 23 milliseconds