Class AstDot

    • Field Detail

      • property

        protected final java.lang.String property
    • Constructor Detail

      • AstDot

        public AstDot​(AstNode base,
                      java.lang.String property,
                      boolean lvalue)
      • AstDot

        public AstDot​(AstNode base,
                      java.lang.String property,
                      boolean lvalue,
                      boolean ignoreReturnType)
    • Method Detail

      • getProperty

        protected java.lang.String 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.