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

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

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

/**
 * Marking interface of nodes that are atoms.
 * 

* Those are the only nodes that can be used to create sentences.
* Nodes that are not atoms must be transformed into atoms to create sentences. */ public interface AtomNode extends LeafNode { // Ignore }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy