public final class AstBracket extends AstProperty
Constructor and Description |
---|
AstBracket(AstNode base,
AstNode property,
boolean lvalue,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
appendStructure(java.lang.StringBuilder b,
Bindings bindings) |
int |
getCardinality()
Get the node's number of children.
|
AstNode |
getChild(int i)
Get i'th child
|
protected java.lang.Object |
getProperty(Bindings bindings,
ELContext context) |
java.lang.String |
toString() |
eval, getMethodInfo, getType, invoke, isLeftValue, isLiteralText, isReadOnly, setValue
getStructuralId, getValue
protected java.lang.Object 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