Home
last modified time | relevance | path

Searched defs:getMethodDeclaration (Results 1 – 5 of 5) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DIMethodBinding.java334 public IMethodBinding getMethodDeclaration(); in getMethodDeclaration() method
H A DMethodBinding.java486 public IMethodBinding getMethodDeclaration() { in getMethodDeclaration() method in MethodBinding
568 public IMethodBinding getMethodDeclaration() { in getMethodDeclaration() method in MethodBinding.LambdaMethod
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/rename/
H A DRefactoringAnalyzeUtil.java84 …public static MethodDeclaration getMethodDeclaration(TextEdit edit, TextChange change, Compilation… in getMethodDeclaration() method in RefactoringAnalyzeUtil
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/
H A DLambdaExpressionsFixCore.java734 …public MethodDeclaration getMethodDeclaration(ICompilationUnit cu, ASTRewrite rewrite, ImportRewri… in getMethodDeclaration() method
749 …public MethodDeclaration getMethodDeclaration(ICompilationUnit cu, ASTRewrite rewrite, ImportRewri… in getMethodDeclaration() method in LambdaExpressionsFixCore.CreateAnonymousClassCreationOperation
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/refactoring/code/
H A DPromoteTempToFieldRefactoring.java311 private MethodDeclaration getMethodDeclaration(){ in getMethodDeclaration() method in PromoteTempToFieldRefactoring