fixed lambda parameter names already used in the context
This commit is contained in:
@@ -115,6 +115,10 @@ public class VarProcessor {
|
||||
mapVarNames.put(pair, name);
|
||||
}
|
||||
|
||||
public Collection<String> getVarNames() {
|
||||
return mapVarNames != null ? mapVarNames.values() : Collections.emptySet();
|
||||
}
|
||||
|
||||
public int getVarFinal(VarVersionPair pair) {
|
||||
return varVersions == null ? VarTypeProcessor.VAR_FINAL : varVersions.getVarFinal(pair);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user