public final class AstDot extends AstProperty
| 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, getChild, getMethodInfo, getType, invoke, isLeftValue, isLiteralText, isReadOnly, setValuegetStructuralId, getValuepublic AstDot(AstNode base, java.lang.String property, boolean lvalue)
protected java.lang.String getProperty(Bindings bindings, ELContext context) throws ELException
getProperty in class AstPropertyELExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void appendStructure(java.lang.StringBuilder b,
Bindings bindings)
appendStructure in class AstNodepublic int getCardinality()
Node