Open 3D Engine ExpressionEvaluation Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Inherits ExpressionEvaluation::ExpressionElementParser.
Inherited by ExpressionEvaluation::BooleanPrimitiveParser, and ExpressionEvaluation::NumericPrimitiveParser.
Public Member Functions | |
AZ_CLASS_ALLOCATOR (PrimitiveParser, AZ::SystemAllocator) | |
void | EvaluateToken (const ElementInformation &parseResult, ExpressionResultStack &evaluationStack) const override |
Public Member Functions inherited from ExpressionEvaluation::ExpressionElementParser | |
AZ_CLASS_ALLOCATOR (ExpressionElementParser, AZ::SystemAllocator) | |
virtual ExpressionParserId | GetParserId () const =0 |
virtual ParseResult | ParseElement (const AZStd::string &inputText, size_t offset) const =0 |