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

com.github.sidhant92.boolparser.domain.Node Maven / Gradle / Ivy

The newest version!
package com.github.sidhant92.boolparser.domain;

import com.github.sidhant92.boolparser.constant.NodeType;

/**
 * @author sidhant.aggarwal
 * @since 05/03/2023
 */
public abstract class Node {
    public abstract NodeType getTokenType();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy