final case classNode(internalType: String = "", properties: Map[String, String] = ..., children: Seq[Node] = _root_.scala.collection.Seq.empty, token: String = "", startPosition: Option[Position] = None, endPosition: Option[Position] = None, roles: Seq[Role] = _root_.scala.collection.Seq.empty) extends GeneratedMessage with Message[Node] with Updatable[Node] with Product with Serializable
Node is a node in a UAST.
Node is a node in a UAST.
Annotations
@SerialVersionUID()
final case classPosition(offset: Int = 0, line: Int = 0, col: Int = 0) extends GeneratedMessage with Message[Position] with Updatable[Position] with Product with Serializable
Position represents a position in a source code file.
Position represents a position in a source code file.
Node is a node in a UAST.