blob: 17941668297c5ce15222eba2fa01fc5ba76ea87f [file] [log] [blame]
/**
* Copyright (c) 2020 Willink Transformations 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
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*/
package org.eclipse.ocl.examples.xtext.idioms;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Push Segment</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A PushSegment configures an additional indentation level for all subsequent
* start of linne text. THe additional indention persists until a PopSegment.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.ocl.examples.xtext.idioms.IdiomsPackage#getPushSegment()
* @model
* @generated
*/
public interface PushSegment
extends Segment {
} // PushSegment