Class TraceableJsonObject

java.lang.Object
de.monticore.symboltable.serialization.json.JsonObject
de.monticore.symboltable.serialization.json.TraceableJsonObject
All Implemented Interfaces:
JsonElement

public class TraceableJsonObject extends JsonObject
This class is a subtype of a JsonObject that traces, which members have been visited. This can be used, e.g., to track members that are stored but not yet taken into account for building up Java objects.