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:
parent
77a0015c90
commit
8bd60b7ecd
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ public class CArrayPartition extends CVariable
|
|||
private ICDIVariableObject fCDIVariableObject;
|
||||
private ICDIVariable fCDIVariable;
|
||||
private ICType fType = null;
|
||||
private String fQualifiedName = null;
|
||||
|
||||
/**
|
||||
* Cache of value.
|
||||
|
|
Loading…
Add table
Reference in a new issue