Changeset 3876 for trunk/ProjectFortress/src/com/sun/fortress/compiler/index/CompilationUnitIndex.java
- Timestamp:
- 06/18/09 20:21:35 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/ProjectFortress/src/com/sun/fortress/compiler/index/CompilationUnitIndex.java
r3760 r3876 82 82 } 83 83 84 public Set<APIName> comprises() { 85 final Set<APIName> result = new HashSet<APIName>(); 86 for (APIName _apiName : ast().getComprises()) { 87 result.add(_apiName); 88 } 89 return result; 90 } 91 84 92 public Map<Id, Variable> variables() { return _variables; } 85 93

