Public Member Functions | Public Attributes | List of all members
vhdl::parser::JJCalls Struct Reference

#include <VhdlParser.h>

Public Member Functions

 ~JJCalls ()
 
 JJCalls ()
 

Public Attributes

int gen
 
int arg
 
JJCallsnext
 
Tokenfirst
 

Detailed Description

Definition at line 14 of file VhdlParser.h.

Constructor & Destructor Documentation

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

Definition at line 19 of file VhdlParser.h.

19 { if (next) delete next; }
vhdl::parser::JJCalls::JJCalls ( )
inline

Definition at line 20 of file VhdlParser.h.

20 { next = NULL; arg = 0; gen = -1; first = NULL; }

Member Data Documentation

int vhdl::parser::JJCalls::arg

Definition at line 16 of file VhdlParser.h.

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

Definition at line 18 of file VhdlParser.h.

int vhdl::parser::JJCalls::gen

Definition at line 15 of file VhdlParser.h.

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

Definition at line 17 of file VhdlParser.h.


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