public class OperatorDescr extends BaseDescr
Constructor and Description |
---|
OperatorDescr() |
OperatorDescr(String operator,
boolean negated,
List<String> parameters) |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
String |
getLeftString()
This is an internal cache of the left string parameter that is set during the rewrite
into MVEL, allowing for further analysis of the parameter type.
|
String |
getOperator() |
List<String> |
getParameters() |
String |
getParametersText() |
String |
getRightString()
This is an internal cache of the right string parameter that is set during the rewrite
into MVEL, allowing for further analysis of the parameter type.
|
boolean |
isLeftIsHandle() |
boolean |
isNegated() |
boolean |
isRightIsHandle() |
void |
setAlias(String alias) |
void |
setLeftIsHandle(boolean leftIsHandle) |
void |
setLeftString(String left)
This is an internal cache of the left string parameter that is set during the rewrite
into MVEL, allowing for further analysis of the parameter type.
|
void |
setNegated(boolean negated) |
void |
setOperator(String operator) |
void |
setParameters(List<String> parameters) |
void |
setRightIsHandle(boolean rightIsHandle) |
void |
setRightString(String right)
This is an internal cache of the right string parameter that is set during the rewrite
into MVEL, allowing for further analysis of the parameter type.
|
String |
toString() |
copyLocation, getColumn, getEndCharacter, getEndColumn, getEndLine, getLine, getNamespace, getResource, getStartCharacter, getText, positionAsString, readExternal, setEndCharacter, setEndLocation, setLocation, setNamespace, setResource, setStartCharacter, setText, writeExternal
public String getOperator()
public void setOperator(String operator)
public boolean isNegated()
public void setNegated(boolean negated)
public String getParametersText()
public String getAlias()
public void setAlias(String alias)
alias
- the alias to setpublic void setLeftString(String left)
left
- public void setRightString(String right)
right
- public String getLeftString()
public String getRightString()
public boolean isLeftIsHandle()
public void setLeftIsHandle(boolean leftIsHandle)
leftIsHandle
- the leftIsHandle to setpublic boolean isRightIsHandle()
public void setRightIsHandle(boolean rightIsHandle)
rightIsHandle
- the rightIsHandle to setCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.