|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap<java.lang.String,java.lang.Object>
cetus.hir.Annotation
cetus.hir.PragmaAnnotation
cetus.hir.CetusAnnotation
public class CetusAnnotation
CetusAnnotation is used for internal annotations inserted by Cetus analysis and transformation. Parallelization passes usually insert this type of annotations.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
| Field Summary |
|---|
| Fields inherited from class cetus.hir.Annotation |
|---|
AFTER, BEFORE, ir, position, skip_print, WITH |
| Constructor Summary | |
|---|---|
CetusAnnotation()
Constructs an empty cetus annotation. |
|
CetusAnnotation(java.lang.String key,
java.lang.Object value)
Constructs a cetus annotation with the given key-value pair. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a string representation of this cetus annotation. |
| Methods inherited from class cetus.hir.PragmaAnnotation |
|---|
containsKeys, getName |
| Methods inherited from class cetus.hir.Annotation |
|---|
attach, clone, get, getAnnotatable, 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 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public CetusAnnotation()
public CetusAnnotation(java.lang.String key,
java.lang.Object value)
| Method Detail |
|---|
public java.lang.String toString()
toString in class PragmaAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||