MCPcopy Create free account
hub / github.com/chibash/stone / toString

Method toString

src/chap14/TypeInfo.java:8–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6public class TypeInfo {
7 public static final TypeInfo ANY = new TypeInfo() {
8 @Override public String toString() { return "Any"; }
9 };
10 public static final TypeInfo INT = new TypeInfo() {
11 @Override public String toString() { return "Int"; }

Callers 13

getMethod · 0.45
toStringMethod · 0.45
toStringMethod · 0.45
translateMethod · 0.45
translateMethod · 0.45
translateAssignMethod · 0.45
translateMethod · 0.45
translateMethod · 0.45
translateMethod · 0.45
translateMethod · 0.45
plusMethod · 0.45
mMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected