|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
at.dms.util.FormattedException
at.dms.compiler.PositionedError
at.dms.kjc.CMethodNotFoundError
public class CMethodNotFoundError
This error display all parameters of method call
| Constructor Summary | |
|---|---|
CMethodNotFoundError(TokenReference where,
JMethodCallExpression caller,
String name,
CType[] types)
An error with two parameters |
|
| Method Summary | |
|---|---|
JMethodCallExpression |
getCaller()
Returns the caller of the method that was not found. |
| Methods inherited from class at.dms.compiler.PositionedError |
|---|
getMessage, getTokenReference |
| Methods inherited from class at.dms.util.FormattedException |
|---|
getFormattedMessage, hasDescription |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CMethodNotFoundError(TokenReference where,
JMethodCallExpression caller,
String name,
CType[] types)
where - the reference to token where error happencaller - the location of method invocationname - the method nametypes - the parameter types| Method Detail |
|---|
public JMethodCallExpression getCaller()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||