|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object scale.backend.Intrinsics scale.backend.trips2.TripsIntrinsics
public class TripsIntrinsics
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 |
---|
public TripsIntrinsics(Generator gen, java.lang.Class<Generator> c)
gen
- the instance of the generator that will call these intrinsicsc
- the generator's class, ex. Trips2Generator.classMethod Detail |
---|
public static int created()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |