Package io.github.douira.glsl_transformer.ast.query.match
package io.github.douira.glsl_transformer.ast.query.match
-
ClassesClassDescriptionAutoHintedMatcher<T extends ASTNode>The auto-hinted matcher is a matcher that automatically determines the hint by finding the longest identifier in the pattern.HintedMatcher<T extends ASTNode>A hinted matcher contains an additional string that can be used to find identifiers whose matching ancestor might match the pattern.Instances of the matcher can match a node against a stored pattern.