public class ExprChainedSpec extends Object implements Serializable
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() |
void |
setName(String name) |
void |
setParameters(List<ExprNode> parameters) |
String |
toString() |
Copyright © 2005–2018. All rights reserved.