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

Method isReadable

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

Determine whether or not this type can be read. Types with an "unknown" component cannot be read. @return

()

Source from the content-addressed store, hash-verified

5011 * @return
5012 */
5013 public boolean isReadable();
5014
5015 /**
5016 * Substitute for type parameters

Callers 4

isReadableMethod · 0.65
isReadableMethod · 0.65
isReadableMethod · 0.65
isReadableMethod · 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