Implement the hash pattern matching interface for Result
.
Fetch the start line of the value.
Fetch the start byte offset of the value.
Fetch the start byte column of the value.
This is a hook to allow consumers to disable some errors if they don’t want them to block creating the syntax tree.
Build a diagnostic from the given prism parse warning.
Build the parser gem AST from the prism AST.
Build the parser gem tokens from the prism tokens.
Returns true if there is a semicolon between the two locations.
Visit the string content of a particular node. This method is used to split into the various token types.
This method is called when the parser found syntax error.
This method is provided by the Ripper
C extension. It is called when a string needs to be dedented because of a tilde heredoc. It is expected that it will modify the string in place and return the number of bytes that were removed.