blob: 67fd010558677348c22e86d5714859b592573687 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016 CEA LIST.
*
* 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
*
* Created on: 1 mai 2011
*
* Contributors:
* Arnault Lapitre (CEA LIST) arnault.lapitre@cea.fr
* - Initial API and implementation
******************************************************************************/
#include "AvmcodeVariableStatusCompiler.h"
#include <fml/expression/AvmCode.h>
namespace sep
{
////////////////////////////////////////////////////////////////////////////////
// AVMCODE VARIABLE STATUS EXPRESSION COMPILATION
////////////////////////////////////////////////////////////////////////////////
BF AvmcodeVariableStatusExpressionCompiler::compileExpression(
COMPILE_CONTEXT * aCTX, const BFCode & aCode)
{
return( AbstractAvmcodeCompiler::compileStatement(aCTX, aCode) );
}
}