Class TagReferenceBinder.TagReadExpression

    • Constructor Detail

      • TagReadExpression

        public TagReadExpression​(TagPath path,
                                 boolean isSelfReference)
    • Method Detail

      • connect

        public void connect​(CommonContext context,
                            InteractionListener updateListener)
        Description copied from interface: Expression
        Gives the expression a chance to connect itself to things, if necessary. Most expressions do not have any connections. An expression should notify the updateListener if they change.
        Specified by:
        connect in interface Expression
        Overrides:
        connect in class AbstractExpression
      • getOpName

        public java.lang.String getOpName()
        Description copied from interface: Expression
        Return a human-readable name for the operation that this expression performs