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

Interface Appendable

classpath/java/lang/Appendable.java:15–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13import java.io.IOException;
14
15public interface Appendable {
16 public Appendable append(char c) throws IOException;
17
18 public Appendable append(CharSequence sequence) throws IOException;
19
20 public Appendable append(CharSequence sequence, int start, int end)
21 throws IOException;
22}

Callers 8

maybeLogThrownMethod · 0.65
indentMethod · 0.65
MyClasspathMethod · 0.65
FrameMethod · 0.65
disposeMethod · 0.65
setMethod · 0.65
visitLogicalIpMethod · 0.65
startLogicalIpMethod · 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

no test coverage detected