|
|||||||||
| 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.OmpAnnotation
public class OmpAnnotation
OmpAnnotation is used for internally representing OpenMP pragmas. OpenMP pragmas are raw text right after parsing but converted to an internal annotation of this type.
| 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 | |
|---|---|
OmpAnnotation()
Constructs an empty omp annotation. |
|
OmpAnnotation(java.lang.String key,
java.lang.Object value)
Constructs an omp annotation with the given key-value pair. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string representation of this omp 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 OmpAnnotation()
public OmpAnnotation(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 | ||||||||