Class NotLoadedFragmentMatch

All Implemented Interfaces:
Notifier, Match, EObject, EStructuralFeature.Internal.DynamicValueHolder, InternalEObject

public class NotLoadedFragmentMatch
extends MatchSpec
The not loaded fragment match.
Since:
3.2
  • Constructor Details

    • NotLoadedFragmentMatch

      public NotLoadedFragmentMatch()
      Constructor.
    • NotLoadedFragmentMatch

      public NotLoadedFragmentMatch​(Match child)
      Constructor.
      Parameters:
      child - the child of this not loaded fragment match.
    • NotLoadedFragmentMatch

      public NotLoadedFragmentMatch​(java.util.Collection<Match> children)
      Constructor.
      Parameters:
      children - the children of this not loaded fragment match.
  • Method Details