Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
→ Notation used in the following
ast_ref_tree(?Language:atom, ?ArgumentName:atom)
of other nodes that are neither children nor parents which can be referenced with ast_sub_tree). For instance, in the Java AST arguments named ref
are references.:
ast_ref_tree('Java', ref).
ref
argument used above in the definition of callT
, is a reference to the invoked method.