15#ifndef WSFPARSESCRIPTRULE_HPP
16#define WSFPARSESCRIPTRULE_HPP
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