Home
last modified time | relevance | path

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

/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java576 IFieldDescription[] superDescs = superType == null in calculateFieldDescriptions() local
578 int superCount = superDescs == null ? 0 : superDescs.length; in calculateFieldDescriptions()
582 System.arraycopy(superDescs, 0, descs, 0, superCount); in calculateFieldDescriptions()

Completed in 24 milliseconds