CstCursor

io.eleven19.krueger.cst.CstCursor
See theCstCursor companion class
object CstCursor

Attributes

Companion
class
Source
CstCursor.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CstCursor.type

Members list

Type members

Classlikes

case class Crumb(parent: CstNode, leftSiblings: List[CstNode], rightSiblings: List[CstNode], parentCrumbs: List[Crumb])

A breadcrumb recording the parent node and the siblings to the left and right.

A breadcrumb recording the parent node and the siblings to the left and right.

Attributes

Source
CstCursor.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements.

The names of the product elements.

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type.

The name of the type.

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(root: CstNode): CstCursor

Create a cursor rooted at the given node.

Create a cursor rooted at the given node.

Attributes

Source
CstCursor.scala