Skip to main content

The JJCalls Struct Reference

Declaration

struct vhdl::parser::JJCalls { ... }

Included Headers

Public Constructors Index

JJCalls ()

Public Destructor Index

~JJCalls ()

Public Member Attributes Index

intgen
intarg
JJCalls *next
Token *first

Definition at line 12 of file VhdlParser.h.

Public Constructors

JJCalls()

vhdl::parser::JJCalls::JJCalls ()
inline

Definition at line 18 of file VhdlParser.h.

18 JJCalls() { next = nullptr; arg = 0; gen = -1; first = nullptr; }

References arg, first, gen and next.

Public Destructor

~JJCalls()

vhdl::parser::JJCalls::~JJCalls ()
inline

Definition at line 17 of file VhdlParser.h.

17 ~JJCalls() { if (next) delete next; }

Reference next.

Public Member Attributes

arg

int vhdl::parser::JJCalls::arg

Definition at line 14 of file VhdlParser.h.

14 int arg;

Referenced by JJCalls.

first

Token* vhdl::parser::JJCalls::first

Definition at line 16 of file VhdlParser.h.

Referenced by JJCalls.

gen

int vhdl::parser::JJCalls::gen

Definition at line 13 of file VhdlParser.h.

13 int gen;

Referenced by JJCalls.

next

JJCalls* vhdl::parser::JJCalls::next

Definition at line 15 of file VhdlParser.h.

Referenced by JJCalls and ~JJCalls.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.