Uses of Interface
dev.civl.abc.token.IF.Macro
Packages that use Macro
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of Macro in dev.civl.abc.token.IF
Subinterfaces of Macro in dev.civl.abc.token.IFModifier and TypeInterfaceDescriptioninterfaceA FunctionMacro represents a C preprocessor function-like macro, which has the from#define f(X1,X2,...) ....interfaceAn Object macro represents a C preprocessor object macro: a directive of the form#define X ...whereXis the name of the macro and the...is a list of replacement tokens.Methods in dev.civl.abc.token.IF that return MacroModifier and TypeMethodDescriptionMacroExpansion.getMacro()Returns the (function or object) macro that is being applied.Methods in dev.civl.abc.token.IF with parameters of type MacroModifier and TypeMethodDescriptionTokenFactory.newMacroExpansion(CivlcToken startToken, Macro macro, int index) Returns a standard macro expansion formation object.