MutableAstAttributes

constructor(root: NestableNode? = null, properties: MutableAssociatedProperties<Node, Any> = MutableAssociatedProperties(), thirdPartyPresenceProperties: MutablePropertyContainer<Boolean> = MutablePropertyContainer(), functionCalls: MutableList<FunctionCallNode> = mutableListOf(), tableOfContents: TableOfContents? = null)

Parameters

root

the root node of the tree. According to the architecture, this is set right after the parsing stage

functionCalls

the function calls to be later executed

hasCode

whether there is at least one code block.

hasMath

whether there is at least one math block or inline.