Ast
Contains utility methods related to the AST provided by the LARA compiler.
getChild(astNode, index)
getChildren(astNode)
getDescendants(astNode, accum)
getNumChildren(astNode)
getParent(astNode)
root()
toWeaverJoinPoint(astNode)
Converts the given AST node to the native join point supported by the current LARA compiler.