Navigation
API > API/Runtime > API/Runtime/VerseCompiler > API/Runtime/VerseCompiler/uLang > API/Runtime/VerseCompiler/uLang/Semantics > API/Runtime/VerseCompiler/uLang/Semantics/CExprMacroCall
References
| Module | VerseCompiler |
| Header | /Engine/Source/Runtime/VerseCompiler/Public/uLang/Semantics/Expression.h |
| Include | #include "uLang/Semantics/Expression.h" |
Syntax
class CClause
Remarks
A macro is an identifier followed by any number of tagged clauses. This class represents a single clause.
Constructors
| Type | Name | Description | |
|---|---|---|---|
CClause
(
EMacroClauseTag Tag, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< TSRef< CExpressionBase > > const & | Exprs () |
||
| TArray< TSRef< CExpressionBase > > & | Exprs () |
||
| EForm | Form () |
||
| EMacroClauseTag | Tag () |
Typedefs
| Name | Description |
|---|---|
| EForm |