HasOperatorCode

A simple interface to denote that the implementing class has some kind of operatorCode.

Inheritors

Properties

Link copied to clipboard
abstract var language: Language<*>?
Link copied to clipboard
abstract val location: PhysicalLocation?

Location of the finding in source code.

Link copied to clipboard
abstract val name: Name
Link copied to clipboard
abstract val operatorCode: String?

The operator code, identifying an operation executed on one or more Expressions

Link copied to clipboard
abstract val scope: Scope?

The scope this node lives in.