cetus.transforms
Class AnnotationParser

java.lang.Object
  extended by cetus.transforms.TransformPass
      extended by cetus.transforms.AnnotationParser

public class AnnotationParser
extends TransformPass

This pass is used to parse external annotations that might be present in the C source code input to Cetus and convert them to internal Cetus Annotations.


Field Summary
 
Fields inherited from class cetus.transforms.TransformPass
program
 
Constructor Summary
AnnotationParser(Program program)
           
 
Method Summary
 java.lang.String getPassName()
           
 void start()
           
 
Methods inherited from class cetus.transforms.TransformPass
run, startAndCheck
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationParser

public AnnotationParser(Program program)
Method Detail

getPassName

public java.lang.String getPassName()
Specified by:
getPassName in class TransformPass

start

public void start()
Specified by:
start in class TransformPass