Class NameAccessPathElement

  • All Implemented Interfaces:
    IResolutionPathElement

    public class NameAccessPathElement
    extends java.lang.Object
    implements IResolutionPathElement
    Represents a name-based access path element, e.g., for compounds.
    Author:
    Holger Eichelberger
    • Constructor Detail

      • NameAccessPathElement

        public NameAccessPathElement​(IResolutionPathElement parent,
                                     java.lang.String name)
        Creates a name access path element.
        Parameters:
        parent - the parent path
        name - the name representing the access