Project

General

Profile

Download (455 Bytes) Statistics
| Branch: | Tag: | Revision:
1
package eu.etaxonomy.taxeditor.singlesource.org.eclipse.jface.text;
2

    
3
import javax.naming.OperationNotSupportedException;
4

    
5
public interface IPosition {
6
	public abstract Object getInstanceInternal() throws OperationNotSupportedException;
7

    
8
	public abstract Object getInstanceInternal(Integer offset) throws OperationNotSupportedException;
9

    
10
	public abstract Object getInstanceInternal(Integer offset, Integer length) throws OperationNotSupportedException;
11

    
12
}
(1-1/2)