Package io.github.douira.glsl_transformer.core.target


package io.github.douira.glsl_transformer.core.target
  • Classes
    Class
    Description
    A handler target contains a string to search for and a method that is called to handle finding the string in a parse tree.
    A parsed replace target generates a new parsed node from a stored string each time a replacement is handled.
    A replacement target searches for a search string and uses a method to generate a tree member to replace it in the tree.
    A terminal replace target replaces the target with a terminal string node.
    A target that searches for a search string in and upon finding a match uses a method to generate an exception which is then thrown.