Package io.github.douira.glsl_transformer.traversal


package io.github.douira.glsl_transformer.traversal
  • Interface Summary
    Interface
    Description
    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.
  • Class Summary
    Class
    Description
    The dynamic parse tree walker can handle some structural modification of a node's child array.
    This class was taken from here and was added to the public domain by the author DaveJarvis.