com.unitesk.atp.messages
Class NameNotFoundMessage

java.lang.Object
  extended by com.unitesk.atp.messages.FileMessage
      extended by com.unitesk.atp.messages.FilePositionMessage
          extended by 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

Constructor Summary
NameNotFoundMessage(File file, Position position, String type, String name)
          Constructs message.
 
Method Summary
 String getName()
          Returns undefined name.
 String getType()
          Returns type of undefined name, for example, class, variable, property etc.
 
Methods inherited from class com.unitesk.atp.messages.FilePositionMessage
getPosition
 
Methods inherited from class com.unitesk.atp.messages.FileMessage
getFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NameNotFoundMessage

public NameNotFoundMessage(File file,
                           Position position,
                           String type,
                           String name)
Constructs message.

Parameters:
file - message regards to this file
position - message regards to this position in file
type - type of undefined name, for example, class, variable, property etc.
name - undefined name
Method Detail

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.