Package foundry.veil.impl.glsl.visitor
Interface GlslTreeVisitor
- All Known Implementing Classes:
GlslStringWriter
public interface GlslTreeVisitor
-
Method Summary
Modifier and TypeMethodDescriptionvoidvisitDeclaration(GlslDeclaration declaration) voidvisitDirective(String directive) voidvisitField(GlslNewNode newNode) @Nullable GlslFunctionVisitorvoidvisitMarkers(Map<String, GlslNode> markers) voidvisitStruct(GlslStructNode structSpecifier) voidvoidvisitVersion(GlslVersion version)
-
Method Details
-
visitMarkers
-
visitVersion
-
visitDirective
-
visitField
-
visitStruct
-
visitDeclaration
-
visitFunction
-
visitTreeEnd
void visitTreeEnd()
-