Package foundry.veil.impl.glsl
Class GlslLexer
java.lang.Object
foundry.veil.impl.glsl.GlslLexer
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GlslLexer.Token[]createTokens(String input) static GlslLexer.Token[]createTokens(String input, @Nullable BiConsumer<Integer, GlslLexer.Token> commentConsumer)
-
Constructor Details
-
GlslLexer
public GlslLexer()
-
-
Method Details
-
createTokens
- Throws:
GlslSyntaxException
-
createTokens
public static GlslLexer.Token[] createTokens(String input, @Nullable @Nullable BiConsumer<Integer, GlslLexer.Token> commentConsumer) throws GlslSyntaxException- Throws:
GlslSyntaxException
-