org.jikesrvm.compilers.opt.ir
Class OperatorNames
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
operatorName
public static final String[] operatorName
OperatorNames
public OperatorNames()
toString
public static String toString(Operator operator)