blob: 61a112a7256bdaca362e6bb26b231aa9fd88ca9e [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 David Green and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* David Green - initial API and implementation
*******************************************************************************/
package org.eclipse.mylyn.internal.wikitext.ui.editor.operations;
/**
* the position of an insert operation
*
* @author David Green
*/
public enum InsertLocation {
BEFORE, AFTER, WITHIN
}