public abstract class Path extends Object
Represents a simple path (SPath) expression. A path is an ordered list of Steps.
| Constructor and Description |
|---|
Path() |
| Modifier and Type | Method and Description |
|---|---|
abstract List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
public abstract List getSteps()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.