blob: 8d1c2d989da5e387d62fdbc1d59b3833b92e86cf [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
*******************************************************************************/
/*
* $RCSfile: PTThisLiteral.java,v $
* $Revision: 1.6 $ $Date: 2005/09/15 21:02:19 $
*/
package org.eclipse.jem.internal.instantiation;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>This Literal</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* Represents "this", e.g. this.getX() will be a MethodInvocation with the receiver being a ThisLiteral. We can't handle the format XYZ.this because that is for inner classes and we don't support that right now.
* <!-- end-model-doc -->
*
*
* @see org.eclipse.jem.internal.instantiation.InstantiationPackage#getPTThisLiteral()
* @model
* @generated
*/
public interface PTThisLiteral extends PTExpression{
} // ThisLiteral