MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / getReturn

Method getReturn

src/main/java/wyil/lang/WyilFile.java:5161–5161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5159 public Type getParameter();
5160
5161 public Type getReturn();
5162
5163 @Override
5164 public Type.Callable substitute(java.util.function.Function<Object, Syntactic.Item> binding);

Callers 15

getTypeMethod · 0.65
executeReturnMethod · 0.65
visitReturnMethod · 0.65
visitReturnMethod · 0.65
visitReturnMethod · 0.65
isSubtypeMethod · 0.65
greatestLowerBoundMethod · 0.65
leastUpperBoundMethod · 0.65
isAncestorOfMethod · 0.65
visitReturnMethod · 0.65
visitTypeFunctionMethod · 0.65

Implementers 5

Unknownsrc/main/java/wyil/lang/WyilFile.java
Functionsrc/main/java/wyil/lang/WyilFile.java
Methodsrc/main/java/wyil/lang/WyilFile.java
Propertysrc/main/java/wyil/lang/WyilFile.java
Unknownsrc/main/java/wyil/lang/WyilFile.java

Calls

no outgoing calls

Tested by

no test coverage detected