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

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

The newest version!
package cdc.applic.expressions.ast;

/**
 * Marking interface of nodes that are produced during parsing.
 *
 * @author Damien Carbonne
 */
public interface ParsingNode extends Node {
    // Ignore
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy