Interface IASTPreprocessorIfndefStatement

  • All Superinterfaces:
    IASTNode, IASTPreprocessorStatement

    public interface IASTPreprocessorIfndefStatement
    extends IASTPreprocessorStatement
    This interface represent a preprocessor #ifndef statement.
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • taken

        boolean taken()
        Returns whether this branch was taken.
      • getCondition

        char[] getCondition()
        Returns the condition of the ifndef-statement.
      • getMacroReference

        IASTName getMacroReference()
        Returns the macro reference, or null if the macro does not exist.