blob: febdee149179dab12005508cf0f766a39eab522f [file] [log] [blame]
package org.eclipse.cdt.core.model;
/*
* (c) Copyright QNX Software Systems Ltd. 2002.
* All Rights Reserved.
*/
/**
* Represents a function.
*/
public interface IBinaryFunction extends IFunction, IBinaryElement {
}