Class AbstractScannerExtensionConfiguration.MacroDefinition

    • Method Detail

      • getSignature

        public char[] getSignature()
        Description copied from interface: IMacro
        Return the signature of a macro, which is the name for object style macros and the name followed by the comma-separated parameters put in parenthesis. For example: 'funcStyleMacro(par1, par2)'.
        Specified by:
        getSignature in interface IMacro
      • getExpansion

        public char[] getExpansion()
        Description copied from interface: IMacro
        Returns the expansion for this macro.
        Specified by:
        getExpansion in interface IMacro