ida.pelab.cgn.ccode
Class CGNAnnotation

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<java.lang.String,java.lang.Object>
          extended by cetus.hir.Annotation
              extended by ida.pelab.cgn.ccode.CGNAnnotation
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.String,java.lang.Object>

public class CGNAnnotation
extends cetus.hir.Annotation

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
CGNAnnotation(java.lang.String annotationString)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class cetus.hir.Annotation
attach, clone, detach, get, getAnnotatable, hideAnnotations, setPosition, setSkipPrint, toString
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

CGNAnnotation

public CGNAnnotation(java.lang.String annotationString)
Method Detail

toString

public java.lang.String toString()
Specified by:
toString in class cetus.hir.Annotation