Class HintedMatcher<T extends ASTNode>

java.lang.Object
io.github.douira.glsl_transformer.ast.query.match.Matcher<T>
io.github.douira.glsl_transformer.ast.query.match.HintedMatcher<T>
Direct Known Subclasses:
AutoHintedMatcher

public class HintedMatcher<T extends ASTNode> extends Matcher<T>
A hinted matcher contains an additional string that can be used to find identifiers whose matching ancestor might match the pattern. This makes working with matchers much less verbose.