Class GlslSwitchVisitor
java.lang.Object
io.github.ocelot.glslprocessor.api.visitor.GlslSwitchVisitor
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable GlslNodeVisitorvisitLabel(GlslCaseLabelNode node) Visits the specified switch label.voidvisitSwitchEnd(GlslSwitchNode node)
-
Constructor Details
-
GlslSwitchVisitor
public GlslSwitchVisitor() -
GlslSwitchVisitor
-
-
Method Details
-
visitLabel
Visits the specified switch label.- Parameters:
node- The node to visit- Returns:
- A visitor for the body or
nullto skip
-
visitSwitchEnd
-