de.uni_paderborn.fujaba.messages
Class CompilerWarning
java.lang.Object
de.uni_paderborn.fujaba.messages.Message
de.uni_paderborn.fujaba.messages.MessageWithThrowable
de.uni_paderborn.fujaba.messages.Warning
de.uni_paderborn.fujaba.messages.CompilerWarning
- All Implemented Interfaces:
- CompilerMessage
- public class CompilerWarning
- extends Warning
- implements CompilerMessage
No comment provided by developer, please add a comment to improve documentation.
- Version:
- $Revision: 1.1 $ $Date: 2005/02/18 15:40:13 $
- Author:
- $Author: cschneid $
Constructor Summary |
CompilerWarning(java.lang.String className,
int lineNr)
Constructor for class CompilerWarning |
Method Summary |
java.lang.String |
getClassName()
Get the className attribute of the CompilerWarning object |
int |
getLineNumber()
Get the lineNumber attribute of the CompilerWarning object |
java.util.Iterator |
iteratorOfActions()
Query actions than can be performed on this message. |
Methods inherited from class de.uni_paderborn.fujaba.messages.Message |
addToContext, addToCustomActions, getDefaultAction, getIcon, getMessageCategory, getMessageView, getPath, getText, getTime, hasInContext, iteratorOfContext, iteratorOfCustomActions, removeAllFromContext, removeFromContext, removeYou, setMessageCategory, setText, showContext, sizeOfContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CompilerWarning
public CompilerWarning(java.lang.String className,
int lineNr)
- Constructor for class CompilerWarning
- Parameters:
className
- No description providedlineNr
- No description provided
getClassName
public java.lang.String getClassName()
- Get the className attribute of the CompilerWarning object
- Specified by:
getClassName
in interface CompilerMessage
- Returns:
- The className value
getLineNumber
public int getLineNumber()
- Get the lineNumber attribute of the CompilerWarning object
- Specified by:
getLineNumber
in interface CompilerMessage
- Returns:
- The lineNumber value
iteratorOfActions
public java.util.Iterator iteratorOfActions()
- Query actions than can be performed on this message.
- Overrides:
iteratorOfActions
in class Message
- Returns:
- iterator through actions than can be performed on this message.