Uses of Class
com.sun.tools.xjc.reader.Ring

Packages that use Ring
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
 

Uses of Ring in com.sun.tools.xjc.reader
 

Methods in com.sun.tools.xjc.reader that return Ring
static Ring Ring.begin()
          Starts a new scope.
static Ring Ring.get()
          A Ring instance is associated with a thread.
 

Methods in com.sun.tools.xjc.reader with parameters of type Ring
static void Ring.end(Ring old)
          Ends a scope.