scale.backend.trips2
Class TILReader

java.lang.Object
  extended by scale.backend.trips2.TILReader

public class TILReader
extends java.lang.Object

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

University of Massachusetts,

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

TILReader

public TILReader(TripsPGenerator gen)
The default constructor.

Method Detail

readFile

protected void readFile(java.lang.String filename)
The main entry point.


getRoutines

public Vector<Instruction> getRoutines()
Return the first instruction for every routine.