Home
last modified time | relevance | path

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

/trunk/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java69 TypeSignature emptyTypeSig = new TypeSignature( in test()
71 TypeSignature interfaceTypeSig = new TypeSignature( in test()
77 TypeSignature exceptionTypeSig = new TypeSignature( in test()
79 new String[]{"Context"}, new TypeSignature[] { interfaceTypeSig }); in test()
85 TypeSignature namingServiceTypeSig = new TypeSignature( in test()
208 private final class TypeSignature { class in TypeDescription_Test
209 public TypeSignature(TypeSignature superType, String[] methodNames, in TypeSignature() method in TypeDescription_Test.TypeSignature
212 TypeSignature[] fieldSignatures) { in TypeSignature()
295 private final TypeSignature _superType;
299 private final TypeSignature[] fieldSignatures;

Completed in 18 milliseconds