Interface IASTPreprocessorObjectStyleMacroDefinition

All Superinterfaces:
IASTNameOwner, IASTNode, IASTPreprocessorMacroDefinition, IASTPreprocessorStatement

public interface IASTPreprocessorObjectStyleMacroDefinition extends IASTPreprocessorMacroDefinition
This interface represents an object-style macro definition. e.g.
 #define ONE_TWO_THREE 123
 
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.