Class ToStringContext.EmptyStringContext

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBinding​(java.lang.String name)
      Returns the name an identifier is bound to, or null if not bound in this context
      ToStringContext parent()
      Returns the parent context of this (the context we're in scope of when this is created), or null if this is the root.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EmptyStringContext

        public EmptyStringContext()
    • Method Detail

      • getBinding

        public java.lang.String getBinding​(java.lang.String name)
        Description copied from interface: ToStringContext
        Returns the name an identifier is bound to, or null if not bound in this context
        Specified by:
        getBinding in interface ToStringContext
      • parent

        public ToStringContext parent()
        Description copied from interface: ToStringContext
        Returns the parent context of this (the context we're in scope of when this is created), or null if this is the root.
        Specified by:
        parent in interface ToStringContext