public class AstDot extends AstProperty
| Modifier and Type | Field and Description | 
|---|---|
| protected String | property | 
lvalue, prefix, strict| Constructor and Description | 
|---|
| AstDot(AstNode base,
      String property,
      boolean lvalue) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | appendStructure(StringBuilder b,
               Bindings bindings) | 
| int | getCardinality()Get the node's number of children. | 
| protected String | getProperty(Bindings bindings,
           ELContext context) | 
| String | toString() | 
eval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValuegetStructuralId, getValueprotected final String property
protected String getProperty(Bindings bindings, ELContext context) throws ELException
getProperty in class AstPropertyELExceptionpublic void appendStructure(StringBuilder b, Bindings bindings)
appendStructure in class AstNodepublic int getCardinality()
NodeCopyright © 2018. All rights reserved.