// Generated by re2c

package headers.lexer;

public class State {
    public String yyinput;
    public int yycursor;
    public int yyt1;


    public State(String str) {
        yyinput = str;
        yycursor = 0;
        yyt1 = 0;

    }
};
