ida.pelab.prt.generalfunctions
Class IgnoredNodes

java.lang.Object
  extended by ida.pelab.prt.generalfunctions.IgnoredNodes

public class IgnoredNodes
extends java.lang.Object


Constructor Summary
IgnoredNodes()
           
 
Method Summary
static boolean isMovable(cetus.hir.Traversable treeNode)
           
 boolean isSimplifiable(cetus.hir.Traversable treeNode)
           
static boolean isUninteresting(cetus.hir.Traversable treeNode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IgnoredNodes

public IgnoredNodes()
Method Detail

isUninteresting

public static boolean isUninteresting(cetus.hir.Traversable treeNode)

isMovable

public static boolean isMovable(cetus.hir.Traversable treeNode)

isSimplifiable

public boolean isSimplifiable(cetus.hir.Traversable treeNode)