public class SubstitutionParameterExpression extends ExpressionBase
Constructor and Description |
---|
SubstitutionParameterExpression()
Ctor.
|
SubstitutionParameterExpression(String optionalName,
String optionalType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
String |
getOptionalName()
Returns the name when provided
|
String |
getOptionalType()
Returns the type when provided
|
ExpressionPrecedenceEnum |
getPrecedence()
Returns precedence.
|
void |
setOptionalName(String optionalName)
Sets the name
|
void |
setOptionalType(String optionalType)
Sets the type
|
void |
toPrecedenceFreeEPL(StringWriter writer)
Renders the expressions and all it's child expression, in full tree depth, as a string in
language syntax.
|
addChild, getChildren, getTreeObjectName, renderAggregation, setChildren, setTreeObjectName, toEPL, toPrecedenceFreeEPL, toPrecedenceFreeEPL
public String getOptionalName()
public ExpressionPrecedenceEnum getPrecedence()
Expression
public void toPrecedenceFreeEPL(StringWriter writer)
ExpressionBase
toPrecedenceFreeEPL
in class ExpressionBase
writer
- is the output to usepublic void setOptionalName(String optionalName)
optionalName
- namepublic String getOptionalType()
public void setOptionalType(String optionalType)
optionalType
- typeCopyright © 2005–2018. All rights reserved.