Class ParserToken
java.lang.Object
io.github.douira.glsl_transformer.ast.print.token.PrintToken
io.github.douira.glsl_transformer.ast.print.token.ParserToken
- Direct Known Subclasses:
EOFToken
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionParserToken(int tokenType) ParserToken(TokenRole role, int tokenType) ParserToken(TokenChannel channel, int tokenType) ParserToken(TokenChannel channel, TokenRole role, int tokenType) -
Method Summary
Methods inherited from class io.github.douira.glsl_transformer.ast.print.token.PrintToken
getChannel, getRole, getSource, setSource
-
Field Details
-
tokenType
public final int tokenType
-
-
Constructor Details
-
ParserToken
-
ParserToken
-
ParserToken
-
ParserToken
public ParserToken(int tokenType)
-
-
Method Details
-
getContent
- Specified by:
getContentin classPrintToken
-