Enhydra 5.1 API

Package org.enhydra.xml.xmlc.codegen

Interfaces and support class for code generation.

See:
          Description

Class Summary
IndentWriter Class to print lines with indentation.
JavaClass Object that is used to assemble the Java source for a class.
JavaCode Class used to build the code body of a method.
JavaCompile Run a Java compiler as a child process.
JavaField Class to store a class field.
JavaLang Collection of methods and constants dealing with the Java language.
JavaMethod Object that is used to assemble the Java source for a method.
JavaModifiers Definitions of Java modifiers for methods, fields and classes.
JavaParameter Class to store a method parameter.
JavaVariable Base class for classes that describe variables.
StringIndentWriter IndentWriter to a string.
VarNames Generate tmp variable names for use in initialization.
 

Package org.enhydra.xml.xmlc.codegen Description

Interfaces and support class for code generation. Class that generate code will implement one or more of the interfaces derived from CodeGenerator.


Enhydra 5.1 API