public final class NameIdentifierToStringTransformer extends Transformer<NameIdentifier,java.lang.String>
Modifier and Type | Method and Description |
---|---|
static NameIdentifierToStringTransformer |
getInstance()
Gets the instance of the transformer
|
java.lang.String |
transform(NameIdentifier from)
Returns an object of class <S2> that is in some sense equivalent to the given from object
|
public static NameIdentifierToStringTransformer getInstance()
public java.lang.String transform(NameIdentifier from)
Transformer
transform
in class Transformer<NameIdentifier,java.lang.String>
from
- an object for which an equivalent object of another class is to be returned