Uses of Class
com.sun.tools.jxc.gen.config.NGCCRuntime

Packages that use NGCCRuntime
com.sun.tools.jxc   
com.sun.tools.jxc.gen.config   
 

Uses of NGCCRuntime in com.sun.tools.jxc
 

Subclasses of NGCCRuntime in com.sun.tools.jxc
 class NGCCRuntimeEx
          Controls the validating and converting of values obtained from the config file.
 

Uses of NGCCRuntime in com.sun.tools.jxc.gen.config
 

Methods in com.sun.tools.jxc.gen.config that return NGCCRuntime
 NGCCRuntime Classes.getRuntime()
           
 NGCCRuntime Config.getRuntime()
           
protected abstract  NGCCRuntime NGCCHandler.getRuntime()
          This method will be implemented by the generated code and returns a reference to the current runtime.
 NGCCRuntime Schema.getRuntime()