Interface IASTPreprocessorElifStatement

All Superinterfaces:
IASTNode, IASTPreprocessorStatement

public interface IASTPreprocessorElifStatement extends IASTPreprocessorStatement
Represents a #elif preprocessor statement.
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • taken

      boolean taken()
      Was this #elif branch taken?
      Returns:
      boolean
    • getCondition

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