MacroResolver Fields |
The MacroResolver type exposes the following members.
Name | Description | |
---|---|---|
mActiveMacros |
Current stack of active macros (macros that are just being resolved).
| |
mCurrentRecursion |
Recursion handling.
| |
mParentResolver |
Parent resolver is used to look for the data if it's not explicitly defined in current resolver
All the data available in the parent are available also in children (could be overriden, though)
| |
mResolverName |
Macro resolver name.
| |
mSettings |
Macro context.
| |
mSkippedResolvers |
Returns the list of resolvers that were skipped during the processing of the macros with this resolver.
| |
UNRESOLVED_RETURN_VALUE |
Represents unresolved keyword.
|