com.sun.msv.reader
Class GrammarReader.BackwardReferenceMap
- GrammarReader
public class GrammarReader.BackwardReferenceMap
memorizes what declarations are referenced from where.
this information is used to report the source of errors.
Locator[] | getReferer(Object target) - gets all the refer who have a reference to this object.
|
void | memorizeLink(Object target) - memorize a reference to an object.
|
getReferer
public Locator[] getReferer(Object target)
gets all the refer who have a reference to this object.
- null
if no one refers it.
memorizeLink
public void memorizeLink(Object target)
memorize a reference to an object.