1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Added new field to store the chached value of the qualified name.

This commit is contained in:
Mikhail Khodjaiants 2003-09-11 20:57:22 +00:00
parent 77a0015c90
commit 8bd60b7ecd

View file

@ -34,6 +34,7 @@ public class CArrayPartition extends CVariable
private ICDIVariableObject fCDIVariableObject; private ICDIVariableObject fCDIVariableObject;
private ICDIVariable fCDIVariable; private ICDIVariable fCDIVariable;
private ICType fType = null; private ICType fType = null;
private String fQualifiedName = null;
/** /**
* Cache of value. * Cache of value.