ida.pelab.prt.annotation
Class ArrayAnnotation

java.lang.Object
  extended by ida.pelab.prt.annotation.ArrayAnnotation

public class ArrayAnnotation
extends java.lang.Object


Constructor Summary
ArrayAnnotation()
           
 
Method Summary
 java.lang.String GetAnnotationString(cetus.hir.ArrayAccess arrayNodeTree)
           
static java.lang.String toAnnotatedString(cetus.hir.ArrayAccess inputArray, java.util.ArrayList<LoopVariable> variableList)
           
static java.util.ArrayList<ArrayBoundary> toArrayBoundaryList(cetus.hir.ArrayAccess inputArray, java.util.ArrayList<LoopVariable> variableList)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayAnnotation

public ArrayAnnotation()
Method Detail

GetAnnotationString

public java.lang.String GetAnnotationString(cetus.hir.ArrayAccess arrayNodeTree)

toAnnotatedString

public static java.lang.String toAnnotatedString(cetus.hir.ArrayAccess inputArray,
                                                 java.util.ArrayList<LoopVariable> variableList)

toArrayBoundaryList

public static java.util.ArrayList<ArrayBoundary> toArrayBoundaryList(cetus.hir.ArrayAccess inputArray,
                                                                     java.util.ArrayList<LoopVariable> variableList)