public class IdentitySignatureMapper extends SignatureMapper
| Constructor and Description |
|---|
IdentitySignatureMapper(Interner interner)
Creates a new instance for the given interner.
|
| Modifier and Type | Method and Description |
|---|---|
void |
recompute()
Recomputes the mappings.
|
int |
remapBackward(int symbolID)
Maps a symbolID from the output to the input signature.
|
int |
remapForward(int symbolID)
Maps a symbolID from the input to the output signature.
|
String |
toString() |
public IdentitySignatureMapper(Interner interner)
interner - public void recompute()
SignatureMapperrecompute in class SignatureMapperpublic int remapBackward(int symbolID)
SignatureMapperremapBackward in class SignatureMapperpublic int remapForward(int symbolID)
SignatureMapperremapForward in class SignatureMapperpublic String toString()
toString in class SignatureMapperCopyright © 2017. All rights reserved.