public class AstParameters extends AstRightValue
| Constructor and Description | 
|---|
| AstParameters(List<AstNode> nodes) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendStructure(StringBuilder builder,
               Bindings bindings) | 
| Object[] | eval(Bindings bindings,
    ELContext context) | 
| int | getCardinality()Get the node's number of children. | 
| AstNode | getChild(int i)Get i'th child | 
| String | toString() | 
getMethodInfo, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValuegetStructuralId, getValuepublic void appendStructure(StringBuilder builder, Bindings bindings)
appendStructure in class AstNodepublic int getCardinality()
NodeCopyright © 2019. All rights reserved.