joeq.Compiler.Quad
Class Operand.Util

java.lang.Object
  extended by joeq.Compiler.Quad.Operand.Util
Enclosing interface:
Operand

public abstract static class Operand.Util
extends java.lang.Object


Constructor Summary
Operand.Util()
           
 
Method Summary
static boolean isConstant(Operand op)
           
static boolean isNullConstant(Operand op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Operand.Util

public Operand.Util()
Method Detail

isNullConstant

public static boolean isNullConstant(Operand op)

isConstant

public static boolean isConstant(Operand op)