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

Method substitute

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

Substitute for type parameters @param binding A function which returns @return

(java.util.function.Function<Object, Syntactic.Item> binding)

Source from the content-addressed store, hash-verified

5019 * @return
5020 */
5021 public Type substitute(java.util.function.Function<Object, Syntactic.Item> binding);
5022
5023 /**
5024 * Expose the underlying type of this type. For example, consider this:

Callers 13

substituteMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
getConcreteTypeMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
substituteMethod · 0.95
getConcreteTypeMethod · 0.65

Implementers 4

Nominalsrc/main/java/wyil/lang/WyilFile.java
AbstractTypesrc/main/java/wyil/lang/WyilFile.java
Unionsrc/main/java/wyil/lang/WyilFile.java
Recursivesrc/main/java/wyil/lang/WyilFile.java

Calls

no outgoing calls

Tested by

no test coverage detected