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

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

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

import cdc.applic.expressions.literals.Named;

/**
 * Base interface of nodes that can be sorted.
 * 

* This corresponds to all {@link ParsingNode}s that are also {@link LeafNode}s. * * @author Damien Carbonne */ public interface SortableNode extends Node, Named { // Ignore }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy