Interface TokenFactory<T,TT>

All Known Implementing Classes:
ZSTokenFactory

public interface TokenFactory<T,TT>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(TT type, String content)
     
  • Method Details

    • create

      T create(TT type, String content)