Class RefValue


  • public class RefValue
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RefValue​(Scope scope, @Nullable java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Scope getScope()  
      @Nullable java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

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

      • RefValue

        public RefValue​(Scope scope,
                        @Nullable java.lang.Object value)
    • Method Detail

      • getScope

        public Scope getScope()
      • getValue

        public @Nullable java.lang.Object getValue()