Ark Server API (ASA) - Wiki
|
#include <ExpressionParserTypes.h>
Public Types | |
enum | EType { Operand , PreUnaryOperator , PostUnaryOperator , BinaryOperator , ShortCircuit , Benign } |
Public Member Functions | |
FCompiledToken (EType InType, FExpressionToken InToken, TOptional< int32 > InShortCircuitIndex=TOptional< int32 >()) | |
FCompiledToken (FCompiledToken &&In) | |
FCompiledToken & | operator= (FCompiledToken &&In) |
Public Member Functions inherited from FExpressionToken | |
FExpressionToken (const FStringToken &InContext, FExpressionNode InNode) | |
FExpressionToken (FExpressionToken &&In) | |
FExpressionToken & | operator= (FExpressionToken &&In) |
Public Attributes | |
EType | Type |
TOptional< int32 > | ShortCircuitIndex |
Public Attributes inherited from FExpressionToken | |
FExpressionNode | Node |
FStringToken | Context |
A compiled token, holding the token itself, and any compiler information required to evaluate it
Definition at line 241 of file ExpressionParserTypes.h.
Enumerator | |
---|---|
Operand | |
PreUnaryOperator | |
PostUnaryOperator | |
BinaryOperator | |
ShortCircuit | |
Benign |
Definition at line 244 of file ExpressionParserTypes.h.
|
inline |
Definition at line 246 of file ExpressionParserTypes.h.
|
inline |
Definition at line 250 of file ExpressionParserTypes.h.
|
inline |
Definition at line 251 of file ExpressionParserTypes.h.
Definition at line 254 of file ExpressionParserTypes.h.
EType FCompiledToken::Type |
Definition at line 253 of file ExpressionParserTypes.h.