All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.nbt.snbt.SNBTConstants Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
/* Generated by: JavaCC 21 Parser Generator. Do not edit. SNBTConstants.java */
package cn.nukkit.nbt.snbt;


public interface SNBTConstants {

    /**
     * The various token types. The first type EOF
     * and the last type INVALID are auto-generated.
     * They represent the end of input and invalid input
     * respectively.
     */
    public enum TokenType {
        EOF, WHITESPACE, COLON, COMMA, OPEN_BRACKET, CLOSE_BRACKET, OPEN_BRACE, CLOSE_BRACE, BOOLEAN, FLOAT, DOUBLE, INTEGER, LONG, BYTE, SHORT, STRING, B, _TOKEN_17, I, INVALID
    }


    /**
     * Lexical States
     */
    public enum LexicalState {
        SNBT
    }

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy