blob: d5b1115dc44aadc11c3e26add0efe49e6b7d1d14 [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 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
*******************************************************************************/
/*
* $RCSfile: PTNullLiteral.java,v $
* $Revision: 1.4 $ $Date: 2005/02/15 22:36:09 $
*/
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