Properties

INDEX:(int) Indicates the position in a list of edges

BRANCH:(boolean) If we have multiple EOG edges the branch property indicates which EOG edge leads to true branch (expression evaluated to true) or the false branch (e.g. with an if/else condition)

DEFAULT:(boolean) Indicates which arguments edge of a CallExpression leads to a default argument

NAME:(string) An optional name for the property edge

[UNREACHABLE]:(boolean) True if the edge flows into unreachable code i.e. a branch condition which is always false.

Entries

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open fun valueOf(name: String): Properties
Returns the enum constant of this type with the specified name.
Link copied to clipboard
open fun values(): Array<Properties>
Returns an array containing the constants of this enum type, in the order they're declared.