Class | Description |
---|---|
DataPath |
Resolve
@data expression by lookup whole/complete name first and then without the at
symbol. |
IndexedPath |
Resolve array or collection like access, but also invalid Java ID.
|
ParentPath |
Resolve parent references, like
../path . |
PropertyPath |
Resolve property paths.
|
ResolveParentPath |
Resolve a parent path, like
.. |
ResolveThisPath |
Resolve a this/current path, like
. ,this or ./ . |
ThisPath |
Resolve this references, like
./path , or this.path . |
Copyright © 2021. All rights reserved.