public abstract class BasePathReference extends java.lang.Object implements PathReference
Modifier and Type | Field and Description |
---|---|
private int |
pathIndex |
Constructor and Description |
---|
BasePathReference(java.lang.String refStr) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCanonicalForm()
Builds the non-syntactic sugar / maximally expanded and unique form of this reference.
|
int |
getPathIndex() |
protected abstract char |
getToken() |
protected abstract char getToken()
public int getPathIndex()
getPathIndex
in interface PathReference
public java.lang.String getCanonicalForm()
getCanonicalForm
in interface PathReference