blob: 6c6445347ee412e6b4b3e926257e5894f58d010b [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright IBM Corp. 2000, 2001.
* All Rights Reserved.
*/
/**
* Represents a field declared in a type.
*/
public interface IMacro extends ICElement, ISourceManipulation, ISourceReference {
String getIdentifierList();
String getTokenSequence();
}