at.dms.kjc.rstream
Class Names

java.lang.Object
  extended by at.dms.kjc.rstream.Names

public class Names
extends Object

This class stores various string names that are used in different passes such as the name of the functions produced in the C code and different variables used in the C code produced.

Author:
Michael Gordon

Field Summary
static String _SC_CLK_TCK
           
static String addressof
           
static String ARRAY_COPY
           
static String ARRAY_INDEX
           
static String arrayReceiveMethod
           
static String exeIndex
           
static String exeIndex1
           
static String fprintf
           
static String fread
           
static String fscanf
           
static String fwrite
           
static String initSchedFunction
           
static String main
           
static String rateMatchSendMethod
           
static String receiveMethod
           
static String recvBuffer
          fields for the var names we introduce
static String recvBufferBits
           
static String recvBufferIndex
           
static String recvBufferSize
           
static String recvIndex
           
static String sendBuffer
           
static String sendBufferIndex
           
static String simpleIndex
           
static String sizeof
           
static String steadySchedFunction
           
static String structReceiveMethodPrefix
           
static String sysconf
           
static String times
           
 
Constructor Summary
Names()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

recvBuffer

public static String recvBuffer
fields for the var names we introduce


recvBufferSize

public static String recvBufferSize

recvBufferBits

public static String recvBufferBits

sendBuffer

public static String sendBuffer

sendBufferIndex

public static String sendBufferIndex

rateMatchSendMethod

public static String rateMatchSendMethod

recvBufferIndex

public static String recvBufferIndex

recvIndex

public static String recvIndex

simpleIndex

public static String simpleIndex

exeIndex

public static String exeIndex

exeIndex1

public static String exeIndex1

ARRAY_INDEX

public static String ARRAY_INDEX

ARRAY_COPY

public static String ARRAY_COPY

initSchedFunction

public static String initSchedFunction

steadySchedFunction

public static String steadySchedFunction

receiveMethod

public static String receiveMethod

structReceiveMethodPrefix

public static String structReceiveMethodPrefix

arrayReceiveMethod

public static String arrayReceiveMethod

main

public static String main

fscanf

public static String fscanf

fread

public static String fread

fwrite

public static String fwrite

sizeof

public static String sizeof

addressof

public static String addressof

fprintf

public static String fprintf

times

public static String times

sysconf

public static String sysconf

_SC_CLK_TCK

public static String _SC_CLK_TCK
Constructor Detail

Names

public Names()