blob: 6110ba24d9947b24d04ae119ec6fee6d83b703bd [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
export const OBJECT_TYPE = {
CLASS: 1,
CLASSLOADER: 2,
ARRAY: 3,
NORMAL: 4
}
export const CLASS_TYPE = {
NEW: 0,
MIXED: 1,
OLD_FAD: 2
}