MCPcopy Create free account
hub / github.com/SeaOfNodes/Simple / isFRef

Method isFRef

chapter24/src/main/java/com/seaofnodes/simple/Var.java:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 // Forward reference variables (not types) must be BOTTOM and
39 // distinct from inferred variables
40 public boolean isFRef() { return _fref; }
41
42 public void defFRef( Type type, boolean xfinal, Parser.Lexer loc ) {
43 assert isFRef() && xfinal;

Callers 9

defFRefMethod · 0.95
parseStructMethod · 0.95
promoteMethod · 0.95
defineMethod · 0.95
balanceIfMethod · 0.95
_printMethod · 0.45
typeMethod · 0.45
liftExprMethod · 0.45
parsePostfixNameMethod · 0.45

Calls

no outgoing calls

Tested by 1

_printMethod · 0.36