public abstract class Expression extends Object implements Serializable
Java class for Expression complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Expression"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static Expression |
EMPTY_INSTANCE |
Constructor and Description |
---|
Expression() |
Modifier and Type | Method and Description |
---|---|
Expression |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
abstract Expression |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected Expression |
copy(Expression nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
public static final Expression EMPTY_INSTANCE
public Expression copy()
public abstract Expression copy(boolean isDeep)
protected Expression copy(Expression nobj, boolean isDeep)