Interface IMacro

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICElement, ISourceManipulation, ISourceReference

public interface IMacro extends ICElement, ISourceManipulation, ISourceReference
Represents a field declared in a type.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • getIdentifierList

      String getIdentifierList()
      Returns the Identifier List.
      Returns:
      String
    • getTokenSequence

      String getTokenSequence()
      Returns the Token Sequence.
      Returns:
      String
    • isFunctionStyle

      boolean isFunctionStyle()
      Returns true if this macro is of function style.
      Since:
      5.3