// 
// Decompiled by Procyon v0.6.0
// 

package com.hypixel.hytale.server.npc.util.expression.compile;

public enum TokenFlags
{
    OPERAND, 
    LITERAL, 
    OPERATOR, 
    RIGHT_TO_LEFT, 
    UNARY, 
    OPENING_BRACKET, 
    CLOSING_BRACKET, 
    LIST, 
    OPENING_TUPLE;
}
