org.jikesrvm.compilers.opt.ir
Class OperatorNames

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.OperatorNames

public abstract class OperatorNames
extends Object

Class to store the string representations of different operators. They are in a separate class for efficiency.

See Also:
Operator

Field Summary
static String[] operatorName
           
 
Constructor Summary
OperatorNames()
           
 
Method Summary
static String toString(Operator operator)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

operatorName

public static final String[] operatorName
Constructor Detail

OperatorNames

public OperatorNames()
Method Detail

toString

public static String toString(Operator operator)