blob: 3c8452dd010558bfcab02eff033345f77113b5f8 [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
* Represents a global variable.
*/
public interface IVariable extends IVariableDeclaration {
public String getInitializer();
}