X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.express%2Fsrc%2Forg%2Fsimantics%2Fexpress%2Fast%2Fexpressions%2FExpExpression.java;fp=org.simantics.express%2Fsrc%2Forg%2Fsimantics%2Fexpress%2Fast%2Fexpressions%2FExpExpression.java;h=894205be403c1b56b1304a7a94a3edadeb57cf92;hb=2f25d8293b887536bc1c07699f97e60f2705ff7e;hp=0000000000000000000000000000000000000000;hpb=b3a4deee3300e5d00ca49e4402c74fe67d832cb9;p=simantics%2Finterop.git diff --git a/org.simantics.express/src/org/simantics/express/ast/expressions/ExpExpression.java b/org.simantics.express/src/org/simantics/express/ast/expressions/ExpExpression.java new file mode 100644 index 0000000..894205b --- /dev/null +++ b/org.simantics.express/src/org/simantics/express/ast/expressions/ExpExpression.java @@ -0,0 +1,15 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.express.ast.expressions; + +public interface ExpExpression { + +}