Package io.github.douira.glsl_transformer.transformation.target
package io.github.douira.glsl_transformer.transformation.target
-
ClassesClassDescriptionA handler target contains a string to search for and a method that is called to handle finding the string in a parse tree.A replacement target searches for a search string and uses a method to generate a tree member to replace it in the tree.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.