Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
ast_argname_parent(+Language:atom, ?ParentName:atom) is det
Example: The result to the following query reflects that in the representation of the language 'Java' each attribute that references the parent of a node has the name 'parent':
?- ast_argname_parent('Java', ParentName). ParentName = parent. true.