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

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

There is a newer version: 0.13.3
Show newest version
package cdc.applic.expressions.ast;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy