Rizin
unix-like reverse engineering framework and cli tools
RzAsmTokenPattern Struct Reference

Pattern for a asm string token. More...

#include <rz_print.h>

Public Attributes

RzAsmTokenType type
 
char * pattern
 
RzRegexregex
 

Detailed Description

Pattern for a asm string token.

Definition at line 86 of file rz_print.h.

Member Data Documentation

◆ pattern

char* RzAsmTokenPattern::pattern

Definition at line 88 of file rz_print.h.

Referenced by get_token_patterns(), and rz_asm_token_pattern_free().

◆ regex

RzRegex* RzAsmTokenPattern::regex

Definition at line 89 of file rz_print.h.

Referenced by rz_asm_token_pattern_free(), and rz_asm_tokenize_asm_regex().

◆ type


The documentation for this struct was generated from the following file: