Serialized Form
-
Package io.github.douira.glsl_transformer.print
-
Class io.github.douira.glsl_transformer.print.MultiFilter
-
Serialized Fields
-
conjunction
boolean conjunction
If this is true, then it will require all filters to allow a token for it to be globally allowed. -
shortCircuit
boolean shortCircuit
If this is true, then it will check all filters even if the outcome can't change anymore. Otherwise it will stop checking the filters early if possible.
-
-
-
-
Package io.github.douira.glsl_transformer.transform
-
Exception io.github.douira.glsl_transformer.transform.SemanticException
class SemanticException extends RuntimeException implements Serializable-
Serialized Fields
-
node
ParseTree node
The contained node that may be the cause of the exception. Can benull.
-
-
-
-
Package io.github.douira.glsl_transformer.util
-
Class io.github.douira.glsl_transformer.util.ComparablePair
class ComparablePair extends Pair<A extends Comparable<A>,B extends Comparable<B>> implements Serializable
-