Home
last modified time | relevance | path

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

/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java219 methodOffset = superType == null ? 0 in TypeSignature()
220 : superType.methodOffset + superType.methodNames.length; in TypeSignature()
252 i + methodOffset, mds[i]); in test()
257 i + methodOffset); in test()
258 assure(prefix + "; getMethodDescription " + (i + methodOffset), in test()
261 prefix + "; getMethodDescription " + (i + methodOffset), in test()
262 i + methodOffset, md); in test()
271 i + methodOffset, md); in test()
301 private final int methodOffset; field in TypeDescription_Test.TypeSignature
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java421 int methodOffset = 0; in initMethodDescriptions() local
426 superList.add(new MethodDescription(ds[j], methodOffset++)); in initMethodDescriptions()
452 getterName, index++ + methodOffset, false, in initMethodDescriptions()
460 setterName, index++ + methodOffset, false, in initMethodDescriptions()
499 info.getName(), index++ + methodOffset, in initMethodDescriptions()

Completed in 30 milliseconds