Interface ModelASTElementContainer

All Superinterfaces:
ModelASTMarkerInterface
All Known Implementing Classes:
ModelASTBuildParameters, ModelASTClosureMap, ModelASTLibraries, ModelASTOptions, ModelASTTriggers

public interface ModelASTElementContainer extends ModelASTMarkerInterface
Interface for elements that contain other elements. Lets parents of containers get information about the child list.
Author:
Liam Newman
  • Method Details

    • isEmpty

      boolean isEmpty()