Interface IVariableRenamer
- All Known Implementing Classes:
IVariableRenamer.HierarchicalName,IVariableRenamer.SameName
public interface IVariableRenamer
Helper interface to ease the naming of the new variables during flattening
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classstatic class -
Method Summary
Modifier and TypeMethodDescriptioncreateVariableName(PVariable pVariable, PQuery query) Creates a variable name based on a given variable and a given query.
-
Method Details
-
createVariableName
Creates a variable name based on a given variable and a given query. It only creates a String, doesn't set anything.- Parameters:
pVariable-query-- Returns:
- the new variable name as a String
-