Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java179 String signatureAttribute = getSignatureAttribute(); in getGenericType() local
182 parser.parseForField(declaringClass, signatureAttribute); in getGenericType()
DExecutable.java699 String signatureAttribute = getSignatureAttribute(); in getMethodOrConstructorGenericInfoInternal() local
704 parser.parseForMethod(this, signatureAttribute, exceptionTypes); in getMethodOrConstructorGenericInfoInternal()
706 parser.parseForConstructor(this, signatureAttribute, exceptionTypes); in getMethodOrConstructorGenericInfoInternal()