sugar4j.lang
Class Expr
java.lang.Object
sugar4j.Sugar4j<T>
sugar4j.lang.ExprBase<Expr>
sugar4j.lang.Expr
- All Implemented Interfaces:
- Creator, JavaLang, JavaUtil
- Direct Known Subclasses:
- Expr.Default
public abstract class Expr
- extends ExprBase<Expr>
Base implementation of an expression.
Only the doCreate()
method needs to be implemented.
- Version:
- $Id: Expr.java,v 1.6 2008/02/12 00:44:52 krizzdewizz Exp $
- Author:
- krizzdewizz
Nested Class Summary |
static class |
Expr.Default
Implements the doCreate() method. |
Constructor Summary |
Expr()
|
Expr
public Expr()