Class AstBracket

    • Field Detail

      • property

        protected final AstNode property
    • Constructor Detail

      • AstBracket

        public AstBracket​(AstNode base,
                          AstNode property,
                          boolean lvalue,
                          boolean strict)
      • AstBracket

        public AstBracket​(AstNode base,
                          AstNode property,
                          boolean lvalue,
                          boolean strict,
                          boolean ignoreReturnType)
    • Method Detail

      • getProperty

        protected java.lang.Object getProperty​(Bindings bindings,
                                               javax.el.ELContext context)
                                        throws javax.el.ELException
        Specified by:
        getProperty in class AstProperty
        Throws:
        javax.el.ELException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getCardinality

        public int getCardinality()
        Description copied from interface: Node
        Get the node's number of children.