public interface IVariableRenamer
Modifier and Type | Interface and Description |
---|---|
static class |
IVariableRenamer.HierarchicalName |
static class |
IVariableRenamer.SameName |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
createVariableName(PVariable pVariable,
PQuery query)
Creates a variable name based on a given variable and a given query.
|