Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Whiley/WhileyCompiler
/ getMessage
Method
getMessage
src/main/java/wyc/util/ErrorMessages.java:56–56 ·
view source on GitHub ↗
(Tuple<Syntactic.Item> context)
Source
from the content-addressed store, hash-verified
54
55
public
interface
Message {
56
public
String getMessage(Tuple<Syntactic.Item> context);
57
58
/**
59
* Determine whether an actual error message was generated from this template
Callers
3
getErrorMessage
Method · 0.95
toString
Method · 0.65
printStackTrace
Method · 0.65
Implementers
5
StaticMessage
src/main/java/wyc/util/ErrorMessages.j
MultiPartMessage
src/main/java/wyc/util/ErrorMessages.j
TypingErrorMessage
src/main/java/wyc/util/ErrorMessages.j
StackTraceMessage
src/main/java/wyc/util/ErrorMessages.j
ErrorMessages
src/main/java/wyc/util/ErrorMessages.j
Calls
no outgoing calls
Tested by
1
printStackTrace
Method · 0.52