Class Nodes.PreExecutionNode

java.lang.Object
org.ruby_lang.prism.Nodes.Node
org.ruby_lang.prism.Nodes.PreExecutionNode
Enclosing class:
Nodes

public static final class Nodes.PreExecutionNode extends Nodes.Node
 Represents the use of the `BEGIN` keyword.

     BEGIN { foo }
     ^^^^^^^^^^^^^