Interface PreprocessorItem

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
PreprocessorItemAllTypeStatements, PreprocessorItemDeclareStatement, PreprocessorItemExpression, PreprocessorItemMethodStatement, PreprocessorItemModule, PreprocessorItemStatements
All Known Implementing Classes:
PreprocessorItemAllTypeStatementsImpl, PreprocessorItemDeclareStatementImpl, PreprocessorItemExpressionImpl, PreprocessorItemImpl, PreprocessorItemMethodStatementImpl, PreprocessorItemModuleImpl, PreprocessorItemStatementsImpl

public interface PreprocessorItem extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Preprocessor Item'.
See Also:
  • Method Details

    • hasDeclareStatements

      boolean hasDeclareStatements()
    • hasStatements

      boolean hasStatements()
    • hasStatementsWithoutEmpty

      boolean hasStatementsWithoutEmpty()
    • hasMethods

      boolean hasMethods()
    • hasPreprocessors

      boolean hasPreprocessors()
    • hasExpression

      boolean hasExpression()
    • hasExpressionWithoutEmpty

      boolean hasExpressionWithoutEmpty()
    • hasElement

      boolean hasElement()
    • hasElementWithoutEmpty

      boolean hasElementWithoutEmpty()