Class LocalObjectReference


  • public class LocalObjectReference
    extends ObjectReference
    The local implementation of an object reference. Adapted from org.eclipse.m2m.atl.engine.emfvm.launch.debug.LocalObjectReference.
    • Field Detail

      • object

        protected java.lang.Object object
    • Constructor Detail

      • LocalObjectReference

        protected LocalObjectReference​(java.lang.Object object,
                                       int id,
                                       NetworkDebugger debugger)
        Creates a new LocalObjectReference.
        Parameters:
        object - the object
        id - the objecct id
        debugger - the debugger