List of usage examples for org.eclipse.jdt.internal.core SourceMethod subclass-usage
From source file org.codehaus.groovy.eclipse.editor.outline.OMethod.java
/** * @author maxime hamm * @created 1 avr. 2011 */ public abstract class OMethod extends SourceMethod implements IOJavaElement {
From source file org.eclipse.ajdt.core.javaelements.MockSourceMethod.java
/**
* Mocks up a source method that is below an aspect declaration
*
* hmmmm....what about binary methods?
* what about fields?
*/