public class AbsolutePath extends Path
Represents an absolute SPath expression. Essentially a marker class.
| Constructor and Description |
|---|
AbsolutePath(RelativePath base)
Constructs a new AbsolutePath object based on a RelativePath.
|
| Modifier and Type | Method and Description |
|---|---|
List |
getSteps()
Retrives an ordered list of Step objects representing this
expression.
|
public AbsolutePath(RelativePath base)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.