[Top] [Prev] [Next] [Bottom]

CHAPTER 7 FIR Identifier
Derived Class

7.1 FIR_Identifier

7.1.1 Derived Class Description

The predefined FIR_Identifier class provides a potentially canonical representation of identifiers and (VHDL) extended identifiers. Note that identifiers and extended identifiers are only distinguished by their textual value, not by the FIR class hierarchy.

7.1.2 Properties
TABLE 14. FIR_Identifier Properties

Applicable language(s)

VHDL-87, VHDL-93, VHDL-98*

IR_Kind enumeration value

FIR_IDENTIFIER

Parent class

FIR

Predefined child classes

None

Application-specific data elements

Via extension class

7.1.3 Predefined Data Elements

struct FIR_Identifier {
	IR_Kind		kind;
	FIR_Source 		source_locator;
	IR_Int32		text_length;
	IR_Char		text[text_length];
};



[Top] [Prev] [Next] [Bottom]

aire@vhdl.org
Copyright © 1995, 1996 FTL Systems Inc. All rights reserved except as noted in the document copyright statement.