Represents the use of the __FILE__ keyword.

__FILE__
^^^^^^^^
Attributes
Read

Represents the file path being parsed. This corresponds directly to the filepath option given to the various Prism::parse* APIs.

Class Methods

Initialize a new SourceFileNode node.

Return a symbol representation of this node type. See Node::type.

Instance Methods

Implements case-equality for the node. This is effectively == but without comparing the value of locations. Locations are checked only for presence.

def accept: (Visitor visitor) -> void

def child_nodes: () -> Array

def comment_targets: () -> Array[Node | Location]

def copy: (?node_id: Integer, ?location: Location, ?flags: Integer, ?filepath: String) -> SourceFileNode

def deconstruct_keys: (Array keys) -> { node_id: Integer, location: Location, filepath: String }

def forced_binary_encoding?: () -> bool

def forced_utf8_encoding?: () -> bool

def frozen?: () -> bool

def inspect -> String

def mutable?: () -> bool

Return a symbol representation of this node type. See Node#type.