()
| 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; |
no outgoing calls