public class AstDot extends AstProperty
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
property |
lvalue, prefix, strict
Constructor and Description |
---|
AstDot(AstNode base,
java.lang.String property,
boolean lvalue) |
Modifier and Type | Method and Description |
---|---|
void |
appendStructure(java.lang.StringBuilder b,
Bindings bindings) |
int |
getCardinality()
Get the node's number of children.
|
protected java.lang.String |
getProperty(Bindings bindings,
ELContext context) |
java.lang.String |
toString() |
eval, findMethod, getChild, getMethodInfo, getPrefix, getType, getValueReference, invoke, isLeftValue, isLiteralText, isMethodInvocation, isReadOnly, setValue
findAccessibleMethod, getStructuralId, getValue
public AstDot(AstNode base, java.lang.String property, boolean lvalue)
protected java.lang.String getProperty(Bindings bindings, ELContext context) throws ELException
getProperty
in class AstProperty
ELException
public java.lang.String toString()
toString
in class java.lang.Object
public void appendStructure(java.lang.StringBuilder b, Bindings bindings)
appendStructure
in class AstNode
public int getCardinality()
Node