/******************************************************************************* * Copyright (c) 2010 Martin Schnabel <mb0@mb0.org>. * 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 ******************************************************************************/ package org.axdt.as3.model; import org.axdt.avm.util.AvmTypeAccess; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>IExpression</b></em>'. * <!-- end-user-doc --> * * * @see org.axdt.as3.As3EPackage#getIExpression() * @generated */ public interface IExpression extends EObject { /** * <!-- begin-user-doc --> * <!-- end-user-doc --> * @generated */ AvmTypeAccess resolveType(); } // IExpression