Enumeration Members

Block: "blk"

a (as far as R allows this) 'basic' block

EndMarker: "end"

The explicit exit-nodes to ensure the hammock property

Expression: "expr"

something like an addition, ...

MidMarker: "mid"

Marks a break point in a construct (e.g., between the name and the value of an argument, or the formals and the body of a function)

Statement: "stm"

something like an if, assignment, ... even though in the classical sense of R they are still expressions