public abstract static class VariableNamer.IndProgramElementName extends ProgramElementName
Modifier and Type | Field and Description |
---|---|
private String |
basename |
private int |
index |
Constructor and Description |
---|
VariableNamer.IndProgramElementName(String name,
String basename,
int index,
NameCreationInfo creationInfo) |
VariableNamer.IndProgramElementName(String name,
String basename,
int index,
NameCreationInfo creationInfo,
Comment[] comments) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseName() |
int |
getIndex() |
equals, equalsModRenaming, getComments, getCreationInfo, getEndPosition, getFirstElement, getFirstElementIncludingBlocks, getLastElement, getPositionInfo, getProgramName, getQualifier, getRelativePosition, getStartPosition, hashCode, match, prettyPrint, visit
private final String basename
private final int index
VariableNamer.IndProgramElementName(String name, String basename, int index, NameCreationInfo creationInfo)
VariableNamer.IndProgramElementName(String name, String basename, int index, NameCreationInfo creationInfo, Comment[] comments)
public String getBaseName()
public int getIndex()