public static interface ExpressionBuilder.Value extends ExpressionBuilder.Visitable, PropertiesSupport, Cloneable
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder.Value |
clone()
Creates a copy of the object.
|
void |
copyPropertiesFrom(PropertiesSupport properties) |
void |
replace(ExpressionBuilder.Value target,
ExpressionBuilder.Value replacement) |
java.lang.String |
toString(Formatter<ExpressionBuilder.Value> formatter) |
accept
getProperties, getProperty, setProperty
cloneQuietly, cloneQuietly
java.lang.String toString(Formatter<ExpressionBuilder.Value> formatter)
void replace(ExpressionBuilder.Value target, ExpressionBuilder.Value replacement)
void copyPropertiesFrom(PropertiesSupport properties)
ExpressionBuilder.Value clone() throws java.lang.CloneNotSupportedException
Cloneable
java.lang.CloneNotSupportedException
- if the instance of the object cannot
be cloned. As this is extending Cloneable
so its sure
it implements it, so this exception may be used for problems on specific
object instances.Object#clone()}.