public abstract class SubstitutionParameterExpressionBase extends ExpressionBase
Constructor and Description |
---|
SubstitutionParameterExpressionBase() |
Modifier and Type | Method and Description |
---|---|
Object |
getConstant()
Returns the constant value that the expression represents.
|
ExpressionPrecedenceEnum |
getPrecedence()
Returns precedence.
|
boolean |
isSatisfied()
Returns true if the parameter is satisfied, or false if not.
|
void |
setConstant(Object constant)
Sets the constant value that the expression represents.
|
void |
toPrecedenceFreeEPL(StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|
protected abstract void |
toPrecedenceFreeEPLUnsatisfied(StringWriter writer) |
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
protected abstract void toPrecedenceFreeEPLUnsatisfied(StringWriter writer)
public ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to usepublic Object getConstant()
public boolean isSatisfied()
public void setConstant(Object constant)
constant
- is the value, or null to indicate the null value