|
|
|
|
Uses of Interface org.eclipse.jdt.core.IMethod
Methods in
org.eclipse.jdt.ui with parameters of type
IMethod
|
static
String
|
CodeGeneration.
getMethodComment
(
ICompilationUnit cu,
String declaringTypeName,
String methodName,
String[] paramNames,
String[] excTypeSig,
String retTypeSig,
IMethod overridden,
String lineDelimiter)
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method). |
static
String
|
CodeGeneration.
getMethodComment
(
ICompilationUnit cu,
String declaringTypeName,
String methodName,
String[] paramNames,
String[] excTypeSig,
String retTypeSig,
String[] typeParameterNames,
IMethod overridden,
String lineDelimiter)
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method). |
static
String
|
CodeGeneration.
getMethodComment
(
IMethod method,
IMethod overridden,
String lineDelimiter)
Returns the comment for a method or constructor using the comment code templates (constructor / method / overriding method). |
static void
|
JavaElementLabels.
getMethodLabel
(
IMethod method,
long flags,
StringBuffer buf)
Appends the label for a method to a
StringBuffer
. |
static void
|
JavaElementLabels.
getMethodLabel
(
IMethod method,
long flags,
StyledString result)
Appends the label for a method to a
StyledString . |
protected int
|
OverrideIndicatorLabelDecorator.
getOverrideIndicators
(
IMethod method)
Note: This method is for internal use only. |
Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.
|
|
|