Uses of Class
sugar4j.Sugar4j

Packages that use Sugar4j
sugar4j Another kind of template engine to produce java code. 
sugar4j.lang Fundamental base classes, generated package content and extension methods. 
sugar4xml Writes arbitrary xml using only the two methods element() and end()
 

Uses of Sugar4j in sugar4j
 

Classes in sugar4j with type parameters of type Sugar4j
 class Sugar4j<T extends Sugar4j<?>>
          Abstract base class for all sugar generating needs.
 

Uses of Sugar4j in sugar4j.lang
 

Subclasses of Sugar4j in sugar4j.lang
 class Expr
          Base implementation of an expression.
static class Expr.Default
          Implements the doCreate() method.
 class ExprBase<T extends ExprBase<?>>
          Base class for expressions.
 

Uses of Sugar4j in sugar4xml
 

Subclasses of Sugar4j in sugar4xml
 class InstanceBuilder
          Given an existing xml, creates a Sugar4Xml subclass that writes that very xml again.
 class Schema2Package
          Given an existing w3c XSD schema document, creates a Sugar4Xml subclass for type-safe creating instance documents of that schema.