sugar4j.lang
Class Expr.Default
java.lang.Object
sugar4j.Sugar4j<T>
sugar4j.lang.ExprBase<Expr>
sugar4j.lang.Expr
sugar4j.lang.Expr.Default
- All Implemented Interfaces:
- Creator, JavaLang, JavaUtil
- Enclosing class:
- Expr
public static class Expr.Default
- extends Expr
Implements the doCreate()
method.
The doCreate()
method is never called since expressions add their content
directly. In example:
expr().var(String, "s")
Method Summary |
void |
doCreate()
Creates the 'sugar'. |
Expr.Default
public Expr.Default()
doCreate
public void doCreate()
- Description copied from interface:
Creator
- Creates the 'sugar'.