MCPcopy Create free account
hub / github.com/ReadyTalk/avian / append

Method append

classpath/java/lang/Appendable.java:16–16  ·  view source on GitHub ↗
(char c)

Source from the content-addressed store, hash-verified

14
15public interface Appendable {
16 public Appendable append(char c) throws IOException;
17
18 public Appendable append(CharSequence sequence) throws IOException;
19

Callers 15

maybeLogThrownMethod · 0.65
indentMethod · 0.65
MyClasspathMethod · 0.65
FrameMethod · 0.65
disposeMethod · 0.65
setMethod · 0.65
visitLogicalIpMethod · 0.65
startLogicalIpMethod · 0.65
traceMethod · 0.65
handleMonitorEventFunction · 0.65

Implementers 10

StringBuilderclasspath/java/lang/StringBuilder.java
Stringstest/Strings.java
StringBuildersrc/classpath-openjdk.cpp
Framesrc/compile.cpp
Listsrc/tools/type-generator/sexpr.h
Vectorsrc/avian/alloc-vector.h
Monitorsrc/system/windows.cpp
MultiReadsrc/codegen/compiler/ir.h
StringBufferclasspath/java/lang/StringBuffer.java
Parserclasspath/java/util/Properties.java

Calls

no outgoing calls

Tested by 2

maybeLogThrownMethod · 0.52
indentMethod · 0.52