Interface MacroDeclarations

    • Method Detail

      • hasMacro

        boolean hasMacro​(java.lang.String name)
        Whether the macro is declared
        Parameters:
        name - name of the macro being queried
        Returns:
        whether the macro is declared
      • getMacro

        Macro getMacro​(java.lang.String name)
        Tries to fetch the macro

        Before a macro is fetched it shold be checked whether it is declared through hasMacro(String)
        Parameters:
        name -
        Returns: