module analysis::typepal::ConvertTModel
rascal-0.42.0
org.rascalmpl.typepal-0.16.7
Usage
import analysis::typepal::ConvertTModel;
Dependencies
import analysis::typepal::TModel;
import analysis::typepal::AType;
function convertTModel2PhysicalLocs
Convert logical locations in a TModel to physical locations
TModel convertTModel2PhysicalLocs(TModel tm)
function convert2PhysicalLocs
Convert the logical locations in an arbitrary value to physical locations
value convert2PhysicalLocs(value v, TModel tm)