public class DDRegistryParser extends Object implements Iterator
| Modifier and Type | Class and Description |
|---|---|
static class |
DDRegistryParser.DDCursor
DDCursor is a location reference in one of the DDRegistry graphs.
|
static class |
DDRegistryParser.PathResolver
Analyze and resolve the vriable references specified in the path
|
| Constructor and Description |
|---|
DDRegistryParser(DDRegistry reg,
DDRegistryParser.DDCursor cursor,
String path) |
DDRegistryParser(DDRegistry reg,
DDRegistryParser rp,
String path) |
DDRegistryParser(DDRegistry reg,
String path) |
| Modifier and Type | Method and Description |
|---|---|
Object |
current() |
DDRegistryParser.DDCursor |
getCursor() |
DDParser.DDLocation |
getLocation() |
DDRegistry |
getRegistry() |
Object |
getValue(String ddName) |
boolean |
hasNext() |
Object |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic DDRegistryParser(DDRegistry reg, DDRegistryParser rp, String path)
public DDRegistryParser(DDRegistry reg, DDRegistryParser.DDCursor cursor, String path)
public DDRegistryParser(DDRegistry reg, String path)
public DDRegistry getRegistry()
public DDRegistryParser.DDCursor getCursor()
public DDParser.DDLocation getLocation()
public Object current()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.