Home
last modified time | relevance | path

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

/aoo41x/main/ridljar/test/com/sun/star/lib/uno/typedesc/
H A DTypeDescription_Test.java75 TypeSignature emptyTypeSig = new TypeSignature( in test()
77 TypeSignature interfaceTypeSig = new TypeSignature( in test()
83 TypeSignature exceptionTypeSig = new TypeSignature( in test()
85 new String[]{"Context"}, new TypeSignature[] { interfaceTypeSig }); in test()
91 TypeSignature namingServiceTypeSig = new TypeSignature( in test()
211 private final class TypeSignature { class in TypeDescription_Test
212 public TypeSignature(TypeSignature superType, String[] methodNames, in TypeSignature() method in TypeDescription_Test.TypeSignature
215 TypeSignature[] fieldSignatures) { in TypeSignature()
298 private final TypeSignature _superType;
302 private final TypeSignature[] fieldSignatures;

Completed in 22 milliseconds