Studia

plugins.studia.studia.effects (DATA)

Statements that read or write a location.

effects ::= { fields… }

Field Format Description
"direct" [ fct , marker ] [] List of statements with direct effect.
"indirect" [ fct , marker ] [] List of statements with indirect effect.

plugins.studia.studia.getReadsLval (GET)

Get the list of statements that read a lval.

input ::= marker

output ::= effects

plugins.studia.studia.getWritesLval (GET)

Get the list of statements that write a lval.

input ::= marker

output ::= effects