Package io.github.douira.glsl_transformer.tree


package io.github.douira.glsl_transformer.tree
  • Class
    Description
    Implements custom behavior in parse rule contexts.
    This class is used as the base parser class in code generated by ANTLR.
    The extended terminal node has additional functionality over the regular terminal node.
    A tree member has a parent and its tokens can be omitted.