Searched refs:methodType (Results 1 – 5 of 5) sorted by relevance
335 String methodType = methodrefConstant.getType(clazz); in visitMethodrefConstant() local338 if (methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JAVAC) || in visitMethodrefConstant()339 methodType.equals(ClassConstants.INTERNAL_METHOD_TYPE_DOT_CLASS_JIKES)) in visitMethodrefConstant()364 methodType, in visitMethodrefConstant()
301 my $methodType = (defined($2) ? $2 : die("Parsing error!\nSource:\n$line\n)"));314 $newDataNode->signature->type($methodType);317 …print " | |- Method; TYPE \"$methodType\" NAME \"$methodName\" EXCEPTION? \"$methodException\""…
278 && m.methodType() != QMetaMethod::Signal in stringValue()
1566 if (m.methodType() == QMetaMethod::Signal) in call()
598 tok::TokenKind methodType = Tok.getKind(); in ParseObjCMethodPrototype() local600 Decl *MDecl = ParseObjCMethodDecl(mLoc, methodType, IDecl,MethodImplKind, in ParseObjCMethodPrototype()