MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / send

Method send

src/main/java/wycc/util/MailBox.java:26–26  ·  view source on GitHub ↗

Send a message into this mailbox. @param mesage

(T mesage)

Source from the content-addressed store, hash-verified

24 * @param mesage
25 */
26 public void send(T mesage);
27
28 public static class Buffered<T> implements MailBox<T>, Iterable<T> {
29 private final ArrayList<T> buffer = new ArrayList<>();

Callers 1

writeSyntacticMarkersMethod · 0.65

Implementers 2

PrintStreamErrorHandlersrc/main/java/wyc/Compiler.java
Bufferedsrc/main/java/wycc/util/MailBox.java

Calls

no outgoing calls

Tested by

no test coverage detected