Class IndexAccessPathElement

  • All Implemented Interfaces:
    IResolutionPathElement

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

      • IndexAccessPathElement

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