Skip to content

moosetechnology/Famix-ExecutionFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moose version Moose version Build Info Coverage Status

Famix-ExecutionFlow

Metamodel to represent static or dynamic callgraphs.

  • Travel the graph along XPath axes: ancestors, descendants, preceding and following siblings.
  • Represent indirect calls, where the path between two calls is unknown.
  • Represent values used in calls with Famix-Value: receiver, arguments, and result.

Installation

Standalone:

Metacello new
  githubUser: 'moosetechnology' project: 'Famix-ExecutionFlow' commitish: 'main' path: 'src';
  baseline: 'FamixExecutionFlow';
  onConflictUseIncoming;
  load

As a dependency:

spec
  baseline: 'FamixExecutionFlow'
  with: [ spec repository: 'github://moosetechnology/Famix-ExecutionFlow:main/src' ]

With Values

Standalone:

Metacello new
  githubUser: 'moosetechnology' project: 'Famix-ExecutionFlow' commitish: 'main' path: 'src';
  baseline: 'FamixExecutionFlow';
  onConflictUseIncoming;
  load: 'value'

As a dependency:

spec baseline: 'FamixExecutionFlow' with: [
  spec
    repository: 'github://moosetechnology/Famix-ExecutionFlow:main/src';
    loads: 'value' ]

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors