public interface ExprDeclaredNode extends ExprNode
Modifier and Type | Method and Description |
---|---|
ExprNode |
getBody() |
java.util.List<ExprNode> |
getChainParameters() |
java.util.LinkedHashMap<java.lang.String,java.lang.Integer> |
getOuterStreamNames(java.util.Map<java.lang.String,java.lang.Integer> outerStreamNames) |
ExpressionDeclItem |
getPrototype() |
accept, accept, acceptChildnodes, addChildNode, addChildNodes, equalsNode, getChildNodes, getExprEvaluator, getPrecedence, isConstantResult, replaceUnlistedChildNode, setChildNode, setChildNodes, toEPL
validate
java.util.List<ExprNode> getChainParameters()
ExpressionDeclItem getPrototype()
java.util.LinkedHashMap<java.lang.String,java.lang.Integer> getOuterStreamNames(java.util.Map<java.lang.String,java.lang.Integer> outerStreamNames) throws ExprValidationException
ExprValidationException
ExprNode getBody()