ConstReadonlyentry-reaches-all: (cfg: ControlFlowInformation) => booleanReadonlyexit-reaches-all: (cfg: ControlFlowInformation) => booleanReadonlyhas-entry-and-exit: (cfg: ControlFlowInformation) => booleanReadonlyno-direct-cd-cycles: (c: ControlFlowInformation<CfgSimpleVertex>) => booleanReadonlyno-direct-fd-cycles: (c: ControlFlowInformation<CfgSimpleVertex>) => booleanReadonlysingle-entry-and-exit: (cfg: ControlFlowInformation) => boolean
The collection of properties that can be checked on a control flow graph.