|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--at.dms.util.FormattedException | +--at.dms.compiler.PositionedError | +--at.dms.kjc.CMethodNotFoundError
This error display all parameters of method call.
Constructor Summary | |
CMethodNotFoundError(TokenReference where,
JMethodCallExpression caller,
java.lang.String name,
CType[] types)
Constructs an error with information about the method call. |
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 |
getErrorMessage, getFormattedMessage, hasDescription |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public CMethodNotFoundError(TokenReference where, JMethodCallExpression caller, java.lang.String name, CType[] types)
where
- The reference to token where error happencaller
- The expression that made to call to the non-existant method.name
- The non-existant method name.types
- The parameter types of the method call.Method Detail |
public JMethodCallExpression getCaller()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |