| Class | Description |
|---|---|
| BuiltinReference |
Implementation of
IReference representing one of the builtin types,
such as Object, String or Array. |
| LexicalReference |
Implementation of
IReference representing a simple, unqualified
reference from a source file such as the type annotation in
var x:String. |
| NotATypeReference |
Implementation of
IReference representing the presence of a type
annotation that can not possibly be resolved to a type. |
| ParameterizedReference |
Implementation of
IReference representing a parameterized type, such
as {@code Vector. |
| ReferenceCache |
A cache to manage instances of
IReference. |
| ResolvedQualifiersReference |
Implementation of
IReference representing a reference where all the
qualifiers have been resolved to namespace definitions. |
| ResolvedReference |
Implementation of
IReference representing a reference that always
resolves to the definition passed to the constructor. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.