Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
public
interface
Appendable {
16
public
Appendable append(char c) throws IOException;
17
18
public
Appendable append(CharSequence sequence) throws IOException;
19
Callers
15
maybeLogThrown
Method · 0.65
indent
Method · 0.65
MyClasspath
Method · 0.65
Frame
Method · 0.65
dispose
Method · 0.65
set
Method · 0.65
visitLogicalIp
Method · 0.65
startLogicalIp
Method · 0.65
trace
Method · 0.65
compileDirectReferenceInvoke
Function · 0.65
compileDirectAbstractInvoke
Function · 0.65
handleMonitorEvent
Function · 0.65
Implementers
10
StringBuilder
classpath/java/lang/StringBuilder.java
Strings
test/Strings.java
StringBuilder
src/classpath-openjdk.cpp
Frame
src/compile.cpp
List
src/tools/type-generator/sexpr.h
Vector
src/avian/alloc-vector.h
Monitor
src/system/windows.cpp
MultiRead
src/codegen/compiler/ir.h
StringBuffer
classpath/java/lang/StringBuffer.java
Parser
classpath/java/util/Properties.java
Calls
no outgoing calls
Tested by
2
maybeLogThrown
Method · 0.52
indent
Method · 0.52