Class CollectorChildImpl<T>

java.lang.Object
io.github.douira.glsl_transformer.transform.CollectorChildImpl<T>
All Implemented Interfaces:
CollectorChild<T>
Direct Known Subclasses:
TokenFilter

public class CollectorChildImpl<T> extends Object implements CollectorChild<T>
This implementation of a collector child may be used if a class can be extended. A custom implementation should be considered if another class needs to be extended. An instance of this class could also be held as a "trait" and accessed through delegate methods.
  • Constructor Details

    • CollectorChildImpl

      public CollectorChildImpl()
  • Method Details