Uses of Interface
dev.civl.abc.token.IF.FunctionMacro
Packages that use FunctionMacro
Package
Description
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of FunctionMacro in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return FunctionMacroModifier and TypeMethodDescriptionStringification.getMacro()Returns the function macro that is being applied and whose replacement sequence contains the hash ('#') character.TokenFactory.newFunctionMacro(org.antlr.runtime.tree.Tree definitionNode, SourceFile file) Methods in dev.civl.abc.token.IF with parameters of type FunctionMacroModifier and TypeMethodDescriptionTokenFactory.newStringification(FunctionMacro macro, int index, List<CivlcToken> argument) Formation of a string literal token through the use of the preprocessor "#" operator during the application of a function-like macro.