Uses of Class
net.morimekta.providence.generator.GeneratorException
-
Packages that use GeneratorException Package Description net.morimekta.providence.generator -
-
Uses of GeneratorException in net.morimekta.providence.generator
Methods in net.morimekta.providence.generator that throw GeneratorException Modifier and Type Method Description abstract voidGenerator. generate(net.morimekta.providence.reflect.util.ProgramTypeRegistry registry)Each compiler must implement this method.voidGenerator. generateGlobal(net.morimekta.providence.reflect.util.ProgramRegistry registry, java.util.Collection<java.io.File> inputFiles)Generate anything that is dependent on the global scope, or not directly connected to a single program.
-