INNER CODE UNIT · Python

DotAccessorToken

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

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


@dataclass
class IndexStringToken(Token):
    index: str

    def __str__(self):
        return '["' + self.index + '"]'


@dataclass
class BindToken(Token):
    register: int

    def __str__(self):

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…