| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectscale.backend.trips2.TILReader
public class TILReader
This class reads a TRIPS IL file (.til).
$Id: TILReader.java,v 1.10 2007-10-04 19:58:00 burrill Exp $
Copyright 2008 by the Scale Compiler Group,
Department of Computer Science
Amherst MA. 01003, USA
All Rights Reserved.
| Constructor Summary | |
|---|---|
| TILReader(TripsPGenerator gen)The default constructor. | |
| Method Summary | |
|---|---|
|  Vector<Instruction> | getRoutines()Return the first instruction for every routine. | 
| protected  void | readFile(java.lang.String filename)The main entry point. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public TILReader(TripsPGenerator gen)
| Method Detail | 
|---|
protected void readFile(java.lang.String filename)
public Vector<Instruction> getRoutines()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||