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

Method getLink

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

Get the link associated with this linkable expression. @return

()

Source from the content-addressed store, hash-verified

7190 * @return
7191 */
7192 Decl.Link<? extends Decl.Named> getLink();
7193 }
7194
7195 public interface Bindable extends Linkable, Syntactic.Item {

Callers 15

allocateMethod · 0.95
getLinkMethod · 0.65
getLinkMethod · 0.65
checkAssignedLValMethod · 0.65
executeLambdaAccessMethod · 0.65
executeInvokeMethod · 0.65
isMethod · 0.65
convertMethod · 0.65
visitInvokeMethod · 0.65

Implementers 5

StaticVariableAccesssrc/main/java/wyil/lang/WyilFile.java
Nominalsrc/main/java/wyil/lang/WyilFile.java
Bindingsrc/main/java/wyil/lang/WyilFile.java
Invokesrc/main/java/wyil/lang/WyilFile.java
LambdaAccesssrc/main/java/wyil/lang/WyilFile.java

Calls

no outgoing calls

Tested by

no test coverage detected