Interface SourceTemplate<T extends Tree,C extends Coordinates>


public interface SourceTemplate<T extends Tree,C extends Coordinates>
  • Method Summary

    Modifier and Type
    Method
    Description
    <T2 extends T>
    T2
    withTemplate(Tree changing, C coordinates, Object[] parameters)
     
  • Method Details

    • withTemplate

      <T2 extends T> T2 withTemplate(Tree changing, C coordinates, Object[] parameters)