Interface Transformer

All Known Subinterfaces:
ParameterizedTransformer<T>
All Known Implementing Classes:
ASTTransformer, CSTTransformer

public interface Transformer
A transformer takes a string, does something with it and returns a string. It's similar to a Passthrough<String>.
  • Method Summary

    Modifier and Type
    Method
    Description