cadenza / cadenza.jit / LocatedNode

LocatedNode

abstract class LocatedNode : Node, InstrumentableNode

Constructors

<init>

LocatedNode(loc: Loc? = null)

Properties

loc

val loc: Loc?

Functions

getSourceSection

open fun getSourceSection(): SourceSection?

isInstrumentable

open fun isInstrumentable(): Boolean

Inheritors

Stmt

abstract class Stmt : LocatedNode