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

cdc.applic.expressions.ast.LeafNode Maven / Gradle / Ivy

package cdc.applic.expressions.ast;

/**
 * Marking interface of nodes that are leaves.
 */
public interface LeafNode extends Node {
    // Ignore
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy