![]() |
P4C
The P4 Compiler
|
Base class of parser assembly section. More...
#include <parser.h>
Public Member Functions | |
BaseAsmParser (const char *name_) | |
Additional Inherited Members | |
![]() | |
static void | asm_section (char *name, VECTOR(value_t) args, value_t data) |
static bool | no_sections_in_assembly () |
static void | output_all (json::map &ctxtJson) |
static void | process_all () |
static bool | section_in_assembly (const char *name) |
static int | start_section (int lineno, char *name, VECTOR(value_t) args) |
static Section * | test_get (const char *name) |
![]() | |
Section (const char *name_) | |
virtual void | process () |
optionally process the data if not done during parsing | |
virtual void | start (int lineno, VECTOR(value_t) args) |
process the arguments on the same line as the heading | |
Base class of parser assembly section.