blob: 96f06abef5644068363d57791278fbbaa3d56973 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004, 2005 IBM Corporation 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:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
*/
package org.eclipse.jem.internal.instantiation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Null Literal</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Represents the expression "null"
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jem.internal.instantiation.InstantiationPackage#getPTNullLiteral()
* @model
* @generated
*/
public interface PTNullLiteral extends PTExpression{
} // NullLiteral