ProtectedgetGet the control flow vertex for the given node id or fail if it does not exist.
ProtectedgetGet the normalized AST node for the given id or fail if it does not exist.
ProtectedonProtectedonProtectedonProtectedonProtectedonStart the visiting process.
ProtectedstartProtectedvisitcall this function to indicate that a node is to be considered visited.
true if the node was not visited before, false otherwise
ProtectedvisitRAccessProtectedvisitRArgumentProtectedvisitRBinaryProtectedvisitRBreakProtectedvisitRCommentProtectedvisitRExpressionProtectedvisitRForProtectedvisitRFunctionProtectedvisitRFunctionProtectedvisitRIfProtectedvisitRLineProtectedvisitRLogicalProtectedvisitRNextProtectedvisitRNumberProtectedvisitRParameterProtectedvisitRPipeProtectedvisitRRepeatProtectedvisitRStringProtectedvisitRSymbolProtectedvisitRUnaryProtectedvisitRWhile
This visitor extends on the BasicCfgGuidedVisitor by dispatching visitors based on the AST type of the node.
Use BasicCfgGuidedVisitor#start to start the traversal.