INNER CODE UNIT · Python

RightParenthesisToken

P1sec/hermes-dec · src/hermes_dec/decompilation/defs.py:398

class RightParenthesisToken(Token):
    def __str__(self):
        return ')'


@dataclass
class CatchBlockStart(Token):
    arg_register: int


@dataclass
class DotAccessorToken(Token):
    def __str__(self):
        return '.'


@dataclass
class IndexStringToken(Token):

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…