cdc.applic.expressions.ast.LeafNode Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-expressions Show documentation
Show all versions of cdc-applic-expressions Show documentation
Applicabilities Expressions.
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