attr_reader end_keyword_loc
: Location
?
Save the lparen_loc
location using the given saved source so that it can be retrieved later.
Save the rparen_loc
location using the given saved source so that it can be retrieved later.
Save the keyword_loc
location using the given saved source so that it can be retrieved later.
attr_reader else_keyword_loc
: Location
attr_reader end_keyword_loc
: Location
?
attr_reader end_keyword_loc
: Location
The location of the ‘if` keyword if present.
bar if foo ^^
The ‘if_keyword_loc` field will be `nil` when the `IfNode` represents a ternary expression.
The location of the ‘then` keyword (if present) or the `?` in a ternary expression, `nil` otherwise.
if foo then bar end ^^^^ a ? b : c ^
The location of the ‘end` keyword if present, `nil` otherwise.
if foo bar end ^^^
def forced_utf8_encoding?: () -> bool
def forced_binary_encoding?: () -> bool
def forced_utf8_encoding?: () -> bool
def forced_binary_encoding?: () -> bool
def forced_utf8_encoding?: () -> bool
def forced_binary_encoding?: () -> bool
attr_reader end_keyword_loc
: Location
Save the lparen_loc
location using the given saved source so that it can be retrieved later.
Save the rparen_loc
location using the given saved source so that it can be retrieved later.
Save the lparen_loc
location using the given saved source so that it can be retrieved later.
Save the rparen_loc
location using the given saved source so that it can be retrieved later.