Example usage for org.eclipse.jdt.internal.core SourceMethod subclass-usage

List of usage examples for org.eclipse.jdt.internal.core SourceMethod subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jdt.internal.core SourceMethod subclass-usage.

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?
 */