Skip to main content
aboutsummaryrefslogblamecommitdiffstats
blob: 423f5094e3e198d0668eb02b4e365b0fbf1d2efc (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                 
                                                                         


                        
                                                              


             
                                                                           

              
/*******************************************************************************
 * Copyright (c) 2011 Vrije Universiteit Brussel.
 * All rights reserved. This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *     Dennis Wagelaar, Vrije Universiteit Brussel - initial API and
 *         implementation and/or initial documentation
 *******************************************************************************/
package org.eclipse.m2m.atl.emftvm;


/**
 * <!-- begin-user-doc -->
 * A representation of the model object '<em><b>Invoke cb</b></em>'.
 * @author <a href="mailto:dennis.wagelaar@vub.ac.be">Dennis Wagelaar</a>
 * <!-- end-user-doc -->
 *
 *
 * @see org.eclipse.m2m.atl.emftvm.EmftvmPackage#getInvokeCb()
 * @model
 * @generated
 */
public interface InvokeCb extends CodeBlockInstruction, InvokeInstruction {

} // Invoke_cb

Back to the top