visit_escaped_character method

visit_escaped_character

Defines the interface for visit escape character.

def visit_escaped_character(self, character):
    ...
ParameterTypeDescription
characterEscapedCharacterSyntaxNodeThe escape character.

See Also