Package-level declarations
Types
Link copied to clipboard
open class ASTNodeBuilder constructor(text: CharSequence, cancellationToken: CancellationToken, baseOffset: Int)
Link copied to clipboard
abstract class ASTNodeImpl(val type: IElementType, val startOffset: Int, val endOffset: Int) : ASTNode
Link copied to clipboard
Link copied to clipboard
open class LeafASTNode(val type: IElementType, val startOffset: Int, val endOffset: Int) : ASTNodeImpl