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