Protected
getGet the control flow vertex for the given node id or fail if it does not exist.
Protected
getGet the normalized AST node for the given id or fail if it does not exist.
Protected
onProtected
onProtected
onProtected
onProtected
onProtected
onStart the visiting process.
Protected
startProtected
visitcall this function to indicate that a node is to be considered visited.
true
if the node was not visited before, false
otherwise
Protected
visitRAccessProtected
visitRArgumentProtected
visitRBinaryProtected
visitRBreakProtected
visitRCommentProtected
visitRExpressionProtected
visitRForProtected
visitRFunctionProtected
visitRFunctionProtected
visitRIfProtected
visitRLineProtected
visitRLogicalProtected
visitRNextProtected
visitRNumberProtected
visitRParameterProtected
visitRPipeProtected
visitRRepeatProtected
visitRStringProtected
visitRSymbolProtected
visitRUnaryProtected
visitRWhile
This visitor extends on the BasicCfgGuidedVisitor by dispatching visitors based on the AST type of the node.
Use BasicCfgGuidedVisitor#start to start the traversal.