Home
last modified time | relevance | path

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

/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/ml/param/
H A DParamsSuite.scala399 val copyReturnType = copyMethod.getReturnType constant
400 require(copyReturnType === obj.getClass,
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/structure/
H A DPullUpRefactoringProcessor.java533copyReturnType(astRewrite, getDeclaringType().getCompilationUnit(), methodToCreateStubFor, newMeth… in addMethodStubForAbstractMethod()
1053copyReturnType(targetRewrite.getASTRewrite(), getDeclaringType().getCompilationUnit(), oldMethod, … in createAbstractMethod()
1398 copyReturnType(rewrite, getDeclaringType().getCompilationUnit(), oldMethod, newMethod, mapping); in createNewMethodDeclarationNode()
H A DHierarchyProcessor.java635 …protected void copyReturnType(final ASTRewrite rewrite, final ICompilationUnit unit, final MethodD… in copyReturnType() method in HierarchyProcessor
H A DPushDownRefactoringProcessor.java845 copyReturnType(rewrite, method.getCompilationUnit(), oldMethod, newMethod, mapping); in createNewMethodDeclarationNode()