|
create_scope(Vars, {Row, Col}, FileName, #treewalker{ context=Context }) ->
|
|
create_scope(Vars, {Row, Col}, FileName, #treewalker{ context=Context }) ->
|
|
Level = length(Context#dtl_context.local_scopes),
|
|
Level = length(Context#dtl_context.local_scopes),
|
|
create_scope(Vars, lists:concat(["::", FileName, "[", Level, ",", Row, ":", Col, "]"])).
|
|
create_scope(Vars, lists:concat(["::", FileName, "[", Level, ",", Row, ":", Col, "]"])).
|