Class IndexAccessPathElement

java.lang.Object
net.ssehub.easy.varModel.confModel.paths.IndexAccessPathElement
All Implemented Interfaces:
IResolutionPathElement

public class IndexAccessPathElement extends Object implements IResolutionPathElement
An index access path element, e.g., for collections or as fallback.
Author:
Holger Eichelberger
  • Field Details

  • Constructor Details

    • IndexAccessPathElement

      public IndexAccessPathElement(IResolutionPathElement parent, int index)
      Creates an index access path element.
      Parameters:
      parent - the parent path
      index - the index representing the access
  • Method Details