This contains all names of built-in function handlers and origins

Enumeration Members

Access: "builtin:access"

for subsetting operations, see processAccess

Apply: "builtin:apply"

for the *apply family, see processApply

Assignment: "builtin:assignment"

for assignments like <- and =, see processAssignment

AssignmentLike: "builtin:assignment-like"

for assignment like functions that may do additional work, see processAssignmentLike

Break: "builtin:break"

for break calls

Default: "builtin:default"

the default built-in processor, see defaultBuiltInProcessor

Eval: "builtin:eval"

for eval calls, see processEvalCall

ExpressionList: "builtin:expression-list"

for expression lists, see processExpressionList

ForLoop: "builtin:for-loop"

for for loops, see processForLoop

Function: "function"

We resolved a function call, similar to BuiltInProcName#Default

FunctionDefinition: "builtin:function-definition"

for function definitions, see processFunctionDefinition

Get: "builtin:get"

for get calls, see processGet

IfThenElse: "builtin:if-then-else"

for if-then-else constructs, see processIfThenElse

Library: "builtin:library"

for library and require calls, see processLibrary

List: "builtin:list"

for list calls, see processList

Local: "builtin:local"

for local calls, see processLocal

Pipe: "builtin:pipe"

for the pipe operators, see processPipe

Quote: "builtin:quote"

for quote, and other substituting calls, see processQuote

RegisterHook: "builtin:register-hook"

for on.exìt and other hooks, see processRegisterHook

RepeatLoop: "builtin:repeat-loop"

for repeat loops, see processRepeatLoop

Replacement: "builtin:replacement"

for replacement functions like names<-, see processReplacementFunction

Return: "builtin:return"

for return calls

Rm: "builtin:rm"

for rm calls, see processRm

S3Dispatch: "builtin:s3-dispatch"

for UseMethod calls, see processS3Dispatch

Source: "builtin:source"

for source calls, see processSourceCall

SpecialBinOp: "builtin:special-bin-op"

for special binary operators like %x%, see processSpecialBinOp

Stop: "builtin:stop"

for stop calls

StopIfNot: "builtin:stopifnot"

for stopifnot calls, see processStopIfNot

TableAssignment: "table:assign"

support for := in subsetting assignments, see processAccess

Try: "builtin:try"

for try calls, see processTryCatch

Unnamed: "unnamed"

for unnamed directly-linked function calls

Vector: "builtin:vector"

for vector construction calls, see processVector

WhileLoop: "builtin:while-loop"

for while loops, see processWhileLoop