scale.backend.trips2
Class TripsIntrinsics

java.lang.Object
  extended by scale.backend.Intrinsics
      extended by scale.backend.trips2.TripsIntrinsics

public class TripsIntrinsics
extends Intrinsics

This class represents Trips intrinsic functions.

Copyright 2006 by the Scale Compiler Group,
Department of Computer Science
University of Massachusetts,
Amherst MA. 01003, USA
All Rights Reserved.


Constructor Summary
TripsIntrinsics(Generator gen, java.lang.Class<Generator> c)
          Constructor used to install intrinsics.
 
Method Summary
static int created()
          Return the number of instances of this class created.
 
Methods inherited from class scale.backend.Intrinsics
installIntrinsic, installIntrinsic, invokeIntrinsic
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripsIntrinsics

public TripsIntrinsics(Generator gen,
                       java.lang.Class<Generator> c)
Constructor used to install intrinsics.

Parameters:
gen - the instance of the generator that will call these intrinsics
c - the generator's class, ex. Trips2Generator.class
Method Detail

created

public static int created()
Return the number of instances of this class created.