Interface IASTPreprocessorIfStatement

  • All Superinterfaces:
    IASTNode, IASTPreprocessorStatement

    public interface IASTPreprocessorIfStatement
    extends IASTPreprocessorStatement
    This interface represent a preprocessor #if 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()
        Was this branch taken?
        Returns:
        boolean
      • getCondition

        char[] getCondition()
        The condition of the if.
        Returns:
        the Condition