MCPcopy Index your code
hub / github.com/dglo/java2go / TransformSysfile

Function TransformSysfile

parser/transform.go:151–197  ·  view source on GitHub ↗

transform "System.out.print*(...)" to "fmt.Print*(...)" and "System.err.print*(...)" to "fmt.Fprintf(os.Stderr, ...)"

(parent GoObject, prog *GoProgram, cls GoClass,
	object GoObject)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 6

getFmtClassFunction · 0.85
NewGoFakeMethodFunction · 0.85
addImportMethod · 0.80
ClassMethod · 0.65
IsNilMethod · 0.65
NameMethod · 0.65

Tested by

no test coverage detected