com.unitesk.atp.messages
Class NameNotFoundMessage
java.lang.Object
com.unitesk.atp.messages.FileMessage
com.unitesk.atp.messages.FilePositionMessage
com.unitesk.atp.messages.NameNotFoundMessage
- All Implemented Interfaces:
- Message
public class NameNotFoundMessage
- extends FilePositionMessage
Message notifying that a name was not found.
- Version:
- $Id: NameNotFoundMessage.java,v 1.2 2004/10/11 15:00:42 all-x Exp $
- Author:
- Alexey Demakov
Method Summary |
String |
getName()
Returns undefined name. |
String |
getType()
Returns type of undefined name,
for example, class, variable, property etc. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NameNotFoundMessage
public NameNotFoundMessage(File file,
Position position,
String type,
String name)
- Constructs message.
- Parameters:
file
- message regards to this fileposition
- message regards to this position in filetype
- type of undefined name,
for example, class, variable, property etc.name
- undefined name
getType
public String getType()
- Returns type of undefined name,
for example, class, variable, property etc.
getName
public String getName()
- Returns undefined name.
Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.