Class ValueRecord

    • Field Detail

      • contextObject

        public final org.eclipse.emf.ecore.EObject contextObject
        The context object to retrieve type list.
    • Constructor Detail

      • ValueRecord

        public ValueRecord​(TypeDescription typeDescription,
                           TypeItem currentType,
                           Value value,
                           org.eclipse.emf.ecore.EObject contextObject)
        Instantiates a new value record.
        Parameters:
        typeDescription - the type description, cannot be null.
        currentType - the current type, can be null.
        value - the value, can be null.
        contextObject - the context object, can be null.
      • ValueRecord

        public ValueRecord​(TypeDescription typeDescription,
                           TypeItem currentType,
                           Value value)
        Instantiates a new value record.
        Parameters:
        typeDescription - the type description, cannot be null.
        currentType - the current type, can be null.
        value - the value, can be null.