META TOPICPARENT |
name="FRCVLabMLSA" |
<meta name="robots" content="noindex" />
Data Files
There are three kinds of data files in MLSA:
- data files that contain a monolingual Abstract Syntax Tree (AST) in text format
- data files the contain monolingual AST in JSON format
- data files in comma separated values format (CSV) that contain the results of various kinds of static analysis
If a source code file is called NAME.X where NAME is the root file name and X is the language suffix (e.g. test.cpp or analyze.py, etc.) then the data files are named using this root file name as follows:
- AST files: NAME.X_ast.txt or NAME.X_ast.json
- Monolingual procedure call graph files: NAME.X_call.csv
- Monolingual procesure call graph files with API integration: NAME.X_finalcall.csv
- Combined multilingual call graph file: NAME_callgraph.csv
- Combined function file: NAME_funcs.csv
- Forward flow control file: NAME.X_fcfg.csv
- Reverse flow control file: NAME.X_rcfg.csv
- Monoligual variable assignments: NAME.X_vars.csv
- Monolingual reaching definitions analysis: NAME.X_rda.csv
Permissions
- Persons/group who can view/change the page:
-- (c) Fordham University Robotics and Computer Vision
META FILEATTACHMENT |
attachment="MLSA_logo.png" attr="" comment="" date="1499887735" name="MLSA_logo.png" path="MLSA_logo.png" size="39428" user="AnneMarieBogar" version="1" |
|