public abstract class CDefaultValue
extends java.lang.Object
Constructor and Description |
---|
CDefaultValue() |
Modifier and Type | Method and Description |
---|---|
abstract JExpression |
compute(Outline outline) |
static CDefaultValue |
create(TypeUse typeUse,
XmlString defaultValue)
Creates a new
CDefaultValue that computes the default value
by applying a lexical representation to a TypeUse . |
public abstract JExpression compute(Outline outline)
public static CDefaultValue create(TypeUse typeUse, XmlString defaultValue)
CDefaultValue
that computes the default value
by applying a lexical representation to a TypeUse
.