[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
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.