MCPcopy Index your code
hub / github.com/antlr/codebuff / getSource

Method getSource

output/java_guava/1.4.17/DeadEvent.java:58–60  ·  view source on GitHub ↗

Returns the object that originated this event ( not the object that originated the wrapped event). This is generally an EventBus. @return the source of this event.

()

Source from the content-addressed store, hash-verified

56
57
58 public Object getSource() {
59 return source;
60 }
61
62 /**
63 * Returns the wrapped, 'dead' event, which the system was unable to deliver to any registered

Callers 15

caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45
caretUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected