org.eclipse.xtend.backend.util
Class ObjectWrapper

java.lang.Object
  extended by org.eclipse.xtend.backend.util.ObjectWrapper

public final class ObjectWrapper
extends java.lang.Object

This class was introduced to allow the distinction between a cached "null" value and no stored value without necessitating two lookups.

Author:
Arno Haase (http://www.haase-consulting.com)

Field Summary
 java.lang.Object _content
           
 
Constructor Summary
ObjectWrapper(java.lang.Object content)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_content

public java.lang.Object _content
Constructor Detail

ObjectWrapper

public ObjectWrapper(java.lang.Object content)