Package io.github.douira.glsl_transformer.cst.traversal
package io.github.douira.glsl_transformer.cst.traversal
-
ClassDescriptionThe dynamic parse tree walker can handle some structural modification of a node's child array.The move checkable interface provides a method for checking if the implementing node replaces a given node.Adds a method to the parse tree listener with which the parse tree walker can detect if it should stop walking the tree.This class was taken from here and was added to the public domain by the author DaveJarvis.