ida.pelab.prt.pattern
Class SubscriptedIndexTree

java.lang.Object
  extended by ida.pelab.prt.pattern.SubscriptedIndexTree

public class SubscriptedIndexTree
extends java.lang.Object


Constructor Summary
SubscriptedIndexTree()
           
 
Method Summary
static void addCandidateasIndex(cetus.hir.Traversable node)
           
static void addCandidateIndex(cetus.hir.Traversable node, int index)
           
static void addIndex(cetus.hir.Traversable node, int index)
           
static void Clear()
           
static int getCandidateIndex(cetus.hir.Traversable node)
           
static SubscriptedIndexList getIndexList(cetus.hir.Traversable parentNode)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubscriptedIndexTree

public SubscriptedIndexTree()
Method Detail

getIndexList

public static SubscriptedIndexList getIndexList(cetus.hir.Traversable parentNode)

addIndex

public static void addIndex(cetus.hir.Traversable node,
                            int index)

addCandidateasIndex

public static void addCandidateasIndex(cetus.hir.Traversable node)

addCandidateIndex

public static void addCandidateIndex(cetus.hir.Traversable node,
                                     int index)

getCandidateIndex

public static int getCandidateIndex(cetus.hir.Traversable node)

Clear

public static void Clear()