Doxygen
Loading...
Searching...
No Matches
vhdl::parser::JJCalls Struct Reference

#include <vhdlparser/VhdlParser.h>

+ Collaboration diagram for vhdl::parser::JJCalls:

Public Member Functions

 ~JJCalls ()
 
 JJCalls ()
 

Public Attributes

int gen
 
int arg
 
JJCallsnext
 
Tokenfirst
 

Detailed Description

Definition at line 12 of file VhdlParser.h.

Constructor & Destructor Documentation

◆ ~JJCalls()

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

Definition at line 17 of file VhdlParser.h.

17{ if (next) delete next; }

References next.

◆ JJCalls()

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

Definition at line 18 of file VhdlParser.h.

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

References arg, first, gen, and next.

Member Data Documentation

◆ arg

int vhdl::parser::JJCalls::arg

Definition at line 14 of file VhdlParser.h.

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.

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: