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

Method function

src/chap14/TypeInfo.java:59–61  ·  view source on GitHub ↗
(TypeInfo ret, TypeInfo... params)

Source from the content-addressed store, hash-verified

57 throw new TypeException("unknown type " + tname, tag);
58 }
59 public static FunctionType function(TypeInfo ret, TypeInfo... params) {
60 return new FunctionType(ret, params);
61 }
62 public boolean isFunctionType() { return false; }
63 public FunctionType toFunctionType() { return null; }
64 public boolean isUnknownType() { return false; }

Callers 2

typeCheckMethod · 0.95
appendNativesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected