public class ExpressionDeclItem extends Object implements Serializable
Constructor and Description |
---|
ExpressionDeclItem(String name,
List<String> parametersNames,
ExprNode inner,
boolean alias) |
Modifier and Type | Method and Description |
---|---|
ExprNode |
getInner() |
String |
getName() |
List<String> |
getParametersNames() |
boolean |
isAlias() |