blob: 4a9d6a7030a7c6a2984aa6a741099f51f3796832 [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 v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* 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