Uses of Class
sugar4j.lang.ExprBase

Packages that use ExprBase
sugar4j Another kind of template engine to produce java code. 
sugar4j.lang Fundamental base classes, generated package content and extension methods. 
 

Uses of ExprBase in sugar4j
 

Methods in sugar4j that return ExprBase
 ExprBase<? extends ExprBase<?>> Sugar4j.expr()
           
 

Methods in sugar4j that return types with arguments of type ExprBase
 ExprBase<? extends ExprBase<?>> Sugar4j.expr()
           
 

Uses of ExprBase in sugar4j.lang
 

Classes in sugar4j.lang with type parameters of type ExprBase
 class ExprBase<T extends ExprBase<?>>
          Base class for expressions.
 

Subclasses of ExprBase in sugar4j.lang
 class Expr
          Base implementation of an expression.
static class Expr.Default
          Implements the doCreate() method.