WSF
WsfParseScriptRule.hpp
Go to the documentation of this file.
1// ****************************************************************************
2// CUI
3//
4// The Advanced Framework for Simulation, Integration, and Modeling (AFSIM)
5//
6// Copyright 2003-2015 The Boeing Company. All rights reserved.
7//
8// The use, dissemination or disclosure of data in this file is subject to
9// limitation or restriction. See accompanying README and LICENSE for details.
10// ****************************************************************************
11// ****************************************************************************
12// Updated by Infoscitex, a DCS Company.
13// ****************************************************************************
14
15#ifndef WSFPARSESCRIPTRULE_HPP
16#define WSFPARSESCRIPTRULE_HPP
17
18#include "WsfParseRule.hpp"
19
22{
23public:
30
32 bool Read(WsfParser& aParser, WsfParseNode*& aNode) override;
33
35};
36
37#endif
Definition WsfParseNode.hpp:61
Definition WsfParseRule.hpp:263
WsfParseRule(WsfParseRuleMemory &aMem, RuleType aType)
Definition WsfParseRule.cpp:85
WsfParseScriptRule(WsfParseRuleMemory &aMem, ScriptType aScriptType)
Definition WsfParseScriptRule.cpp:22
ScriptType
Definition WsfParseScriptRule.hpp:25
@ cIMPLICIT_FUNCTION
Definition WsfParseScriptRule.hpp:27
@ cSCRIPT_VARIABLES
Definition WsfParseScriptRule.hpp:28
@ cFUNCTION
Definition WsfParseScriptRule.hpp:26
ScriptType mScriptType
Definition WsfParseScriptRule.hpp:34
bool Read(WsfParser &aParser, WsfParseNode *&aNode) override
Definition WsfParseScriptRule.cpp:28
Definition WsfParser.hpp:36
Copyrights Multiple, All Rights Reserved