blob: 67399c37a8736358f1811e8541806d691ebcb53c [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2004 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: PTNullLiteral.java,v $
* $Revision: 1.3 $ $Date: 2004/02/03 23:25:15 $
*/
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