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.ProgramRegistry registry)Each compiler must implement this method.voidGenerator. generateGlobal(net.morimekta.providence.reflect.GlobalRegistry registry, java.util.Collection<java.nio.file.Path> inputFiles)Generate anything that is dependent on the global scope, or not directly connected to a single program.
-