Package io.github.douira.glsl_transformer.print.filter


package io.github.douira.glsl_transformer.print.filter
  • Class
    Description
    The channel filter accepts all tokens that are not from a lexer channel that is on the given list of disallowed channels.
    A multi filter checks all contained filters with either requiring all of them or at least one of them to allow the token.
    The newline filter filters out regular unnecessary newlines if there is more than one.
    A token filter is an object that can check if given tokens should be printed or not.
    A list of the possible channels a token can have.