Class JavaGenerator

java.lang.Object
edu.nps.moves.dis7.source.generator.pdus.AbstractGenerator
edu.nps.moves.dis7.source.generator.pdus.JavaGenerator

public class JavaGenerator extends AbstractGenerator
This class autogenerates Java source code from XML PDU definitions, specifically producing most source code needed for the opendis7-java distribution. Given the input object, something of an abstract syntax tree, this generates a source code file in the Java language. It has ivars, getters, setters, and serialization/deserialization methods. Fully implemented.
Author:
DMcG
See Also: