CfgVertex:
    | CfgStatementVertex
    | CfgExpressionVertex
    | CfgBasicBlockVertex
    | CfgMarkerVertex

A vertex in the ControlFlowGraph. Please use the helper object (e.g. CfgVertex#getType|getType()) to work with vertices instead of directly accessing the properties.