- All Superinterfaces:
Macro
An Object macro represents a C preprocessor object macro: a directive of the
form
#define X ... where X is the name of the macro
and the ... is a list of replacement tokens. This is a marker
interface to distinguish object macros from other kinds of macros (namely,
function macros).-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.civl.abc.token.IF.Macro
Macro.ReplacementUnit -
Method Summary
Methods inherited from interface dev.civl.abc.token.IF.Macro
getBodyNode, getDefinitionNode, getFile, getName, getNumReplacements, getReplacementUnit