Companion

object Companion

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getSrcPosAttribute
Link copied to clipboard
common
fun getSrcPosAttribute(node: ASTNode): CharSequence
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
leafText
Link copied to clipboard
common
fun leafText(text: String, node: ASTNode, replaceEscapesAndEntities: Boolean = true): CharSequence
toString
Link copied to clipboard
common
open fun toString(): String
trimIndents
Link copied to clipboard
common
fun trimIndents(text: CharSequence, indent: Int): CharSequence

Properties

SRC_ATTRIBUTE_NAME
Link copied to clipboard
common
val SRC_ATTRIBUTE_NAME: String