Path

interface Path

A path represents a specific point in the AST of an aggregate program. The point in the AS is identified as a sequence of tokens.

Types

Link copied to clipboard
object Companion

Path factory.

Functions

Link copied to clipboard
abstract fun tokens(): List<Any?>

Returns the path as a sequence of tokens constituting the path.