Class GlslInvokeVisitor
java.lang.Object
io.github.ocelot.glslprocessor.api.visitor.GlslInvokeVisitor
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidVisits the invoke function header.voidVisits the end of the function invocation.@Nullable GlslNodeVisitorvisitParameter(int index) Visits the specified parameter.
-
Constructor Details
-
GlslInvokeVisitor
public GlslInvokeVisitor() -
GlslInvokeVisitor
-
-
Method Details
-
visitHeader
public void visitHeader()Visits the invoke function header. -
visitParameter
Visits the specified parameter.- Parameters:
index- The index of the parameter to visit- Returns:
- A visitor for the header or
nullto skip
-
visitInvokeEnd
Visits the end of the function invocation.- Parameters:
node- The node that was visited
-