public class ExprChainedSpec extends Object implements Serializable
Type | Property and Description |
---|---|
boolean |
is
Gets the value of the property property.
|
Constructor and Description |
---|
ExprChainedSpec(String name,
List<ExprNode> parameters,
boolean property) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getName() |
List<ExprNode> |
getParameters() |
int |
hashCode() |
boolean |
isProperty()
Gets the value of the property property.
|
void |
setName(String name) |
void |
setParameters(List<ExprNode> parameters) |
String |
toString() |