AST

@Target(allowedTargets = [AnnotationTarget.FIELD])
annotation class AST

Annotates single member variables of supertype Node or a collection of nodes to be part of the AST of the current Node. This is used to iterate over all AST sub-nodes with SubgraphWalker.getAstChildren.