Class LocatorTable
- java.lang.Object
-
- com.sun.tools.xjc.reader.internalizer.LocatorTable
-
public final class LocatorTable extends Object
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
-
Constructor Summary
Constructors Constructor Description LocatorTable()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocatorgetEndLocation(Element e)LocatorgetStartLocation(Element e)voidstoreEndLocation(Element e, Locator loc)voidstoreStartLocation(Element e, Locator loc)
-