Interface IASTPreprocessorElseStatement

All Superinterfaces:
IASTNode, IASTPreprocessorStatement

public interface IASTPreprocessorElseStatement extends IASTPreprocessorStatement
This interface represent a preprocessor #else 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 #else branch taken?
      Returns:
      boolean