mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
Cosmetics.
This commit is contained in:
parent
61e9d699ba
commit
947882ff2f
4 changed files with 6 additions and 12 deletions
|
@ -7,17 +7,15 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Institute for Software (IFS)- initial API and implementation
|
||||
* Institute for Software (IFS)- initial API and implementation
|
||||
******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom.ast;
|
||||
|
||||
/**
|
||||
* @author Emanuel Graf IFS
|
||||
* @since 5.3
|
||||
*
|
||||
*/
|
||||
public interface IASTCopyLocation extends IASTNodeLocation {
|
||||
|
||||
public IASTNode getOriginalNode();
|
||||
|
||||
public IASTNode getOriginalNode();
|
||||
}
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Doug Schaefer (IBM) - Initial API and implementation
|
||||
* Doug Schaefer (IBM) - Initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom.ast;
|
||||
|
||||
|
@ -17,7 +17,6 @@ package org.eclipse.cdt.core.dom.ast;
|
|||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface IASTFileLocation extends IASTNodeLocation {
|
||||
|
||||
/**
|
||||
* The name of the file.
|
||||
*
|
||||
|
|
|
@ -6,8 +6,8 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* IBM - Initial API and implementation
|
||||
* Markus Schorn (Wind River Systems)
|
||||
* IBM - Initial API and implementation
|
||||
* Markus Schorn (Wind River Systems)
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom.ast;
|
||||
|
||||
|
@ -16,10 +16,8 @@ package org.eclipse.cdt.core.dom.ast;
|
|||
*/
|
||||
@Deprecated
|
||||
public interface IASTMacroExpansion extends IASTNodeLocation {
|
||||
|
||||
/**
|
||||
* The macro definition used for the expansion
|
||||
*
|
||||
*/
|
||||
public IASTPreprocessorMacroDefinition getMacroDefinition();
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* http://www.eclipse.org/legal/epl-v10.html
|
||||
*
|
||||
* Contributors:
|
||||
* Markus Schorn - initial API and implementation
|
||||
* Markus Schorn - initial API and implementation
|
||||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.dom.ast;
|
||||
|
||||
|
@ -18,7 +18,6 @@ package org.eclipse.cdt.core.dom.ast;
|
|||
* @noimplement This interface is not intended to be implemented by clients.
|
||||
*/
|
||||
public interface IASTMacroExpansionLocation extends IASTNodeLocation {
|
||||
|
||||
/**
|
||||
* Returns the expansion node enclosing this location. This will be the outermost
|
||||
* macro expansion that can actually be found in the code.
|
||||
|
|
Loading…
Add table
Reference in a new issue