}
knownLocalVariables.peek().put(newVar.getName(), newVar.getKind());
return false;
}
if (s instanceof RutaRegExpRule) {
RutaRegExpRule rule = (RutaRegExpRule) s;
Map<Expression, Map<Expression, Expression>> faMap = rule.getFeats();
Set<Entry<Expression, Map<Expression, Expression>>> typeEntrySet = faMap.entrySet();
for (Entry<Expression, Map<Expression, Expression>> entry : typeEntrySet) {
Expression struct = entry.getKey();
String structure = "";
if (struct != null) {