blob: 83744534587d10014272df393d4446f9f3526abf [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2018 Christian Pontesegger and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
package org.eclipse.ease;
public enum ScriptObjectType {
JAVA_OBJECT, JAVA_PRIMITIVE, NATIVE, NATIVE_ARRAY, NATIVE_OBJECT, VOID, NULL, UNKNOWN;
}