SDA SE Wiki

Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering

User Tools

Site Tools


ast_argname_parent(+Language:atom, ?ParentName:atom) is det

  • Arg2 is the name of the attribute that holds the reference to the parent node in every AST node of the language Arg1.

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.
research/jtransformer/api/meta/meta-model/ast_argname_parent.txt · Last modified: 2018/05/09 01:59 (external edit)

SEWiki, © 2024