Searched refs:componentSignatures (Results 1 – 1 of 1) sorted by relevance
44 private final Signature[] componentSignatures; field in RecordComponents55 componentSignatures = readElement("componentSignatures", Signature[].class); in RecordComponents()75 if (componentSignatures != null && index >= 0 && index < componentSignatures.length) { in getGenericSignature()76 signature = componentSignatures[index]; in getGenericSignature()