ProblemNode

interface ProblemNode

Interface for a node representing some kind of failure during the translation or while parsing.

Inheritors

Types

Link copied to clipboard

Type of problem which occurred during the translation.

Properties

Link copied to clipboard
abstract var problem: String

A short description of the issue.

Link copied to clipboard

The type of the problem: Either the statement could not be parsed or the kind of statement is not handled by the CPG yet. See ProblemType