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

commonMain.org.intellij.markdown.ast.ASTNodeImpl.kt Maven / Gradle / Ivy

There is a newer version: 0.7.3
Show newest version
package org.intellij.markdown.ast

import org.intellij.markdown.IElementType

abstract class ASTNodeImpl(override val type: IElementType, override val startOffset: Int, override val endOffset: Int) : ASTNode {
    final override var parent: ASTNode? = null
        internal set
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy