for subsetting operations, see processAccess
for the *apply family, see processApply
for assignments like <- and =, see processAssignment
for assignment like functions that may do additional work, see processAssignmentLike
for break calls
the default built-in processor, see defaultBuiltInProcessor
for eval calls, see processEvalCall
for expression lists, see processExpressionList
for for loops, see processForLoop
We resolved a function call, similar to BuiltInProcName#Default
for function definitions, see processFunctionDefinition
for get calls, see processGet
for if-then-else constructs, see processIfThenElse
for library and require calls, see processLibrary
for list calls, see processList
for local calls, see processLocal
for the pipe operators, see processPipe
for quote, and other substituting calls, see processQuote
for on.exìt and other hooks, see processRegisterHook
for repeat loops, see processRepeatLoop
for replacement functions like names<-, see processReplacementFunction
for return calls
for rm calls, see processRm
for UseMethod calls, see processS3Dispatch
for source calls, see processSourceCall
for special binary operators like %x%, see processSpecialBinOp
for stop calls
for stopifnot calls, see processStopIfNot
support for := in subsetting assignments, see processAccess
for try calls, see processTryCatch
for unnamed directly-linked function calls
for vector construction calls, see processVector
for while loops, see processWhileLoop
This contains all names of built-in function handlers and origins