public abstract class Path
extends java.lang.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 java.util.List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
Copyright © 2019 Eclipse Foundation. All rights reserved.