Package foundry.veil.impl.glsl
Class GlslLexer
java.lang.Object
foundry.veil.impl.glsl.GlslLexer
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final record
static enum
-
Constructor Summary
-
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
-