| Package | Description |
|---|---|
| cetus.hir |
| Modifier and Type | Method and Description |
|---|---|
static void |
PreAnnotation.defaultPrint(PreAnnotation a,
java.io.PrintWriter o)
Prints an annotation to a stream.
|
static void |
PreAnnotation.printAsComment(PreAnnotation a,
java.io.PrintWriter o)
Prints an annotation as a multi-line comment.
|
static void |
PreAnnotation.printAsPragma(PreAnnotation a,
java.io.PrintWriter o)
Prints an annotation as a single-line pragma.
|
static void |
PreAnnotation.printRaw(PreAnnotation a,
java.io.PrintWriter o)
Prints an annotation's contents without enclosing them in comments.
|