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