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

commonMain.org.antlr.v4.kotlinruntime.ast.Node.kt Maven / Gradle / Ivy

There is a newer version: 0.0.18
Show newest version
package org.antlr.v4.kotlinruntime.ast

/**
 * The Abstract Syntax Tree will be constituted by instances of Node.
 */
interface Node {
    val parent: Node?
    val position: Position?
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy