PathFactory

interface PathFactory

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.

Inheritors

Functions

Link copied to clipboard
open operator fun invoke(vararg tokens: Any?): Path
abstract operator fun invoke(tokens: List<Any?>): Path

Creates a new Path from the given tokens.