public static class PragmaAnnotation.Event extends PragmaAnnotation
PragmaAnnotation.Event, PragmaAnnotation.Range| Constructor and Description |
|---|
PragmaAnnotation.Event(java.lang.String name,
java.lang.String cmd) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommand() |
java.lang.String |
getName()
Returns the name of this pragma annotation.
|
static PragmaAnnotation.Event |
parse(java.lang.String note) |
java.lang.String |
toString()
Returns the string representation of this pragma annotation.
|
containsKeys, toCommentAnnotationattach, clone, detach, get, getAnnotatable, hideAnnotations, setPosition, setSkipPrint, toStringpublic PragmaAnnotation.Event(java.lang.String name,
java.lang.String cmd)
public static PragmaAnnotation.Event parse(java.lang.String note)
public java.lang.String getName()
PragmaAnnotationgetName in class PragmaAnnotationpublic java.lang.String getCommand()
public java.lang.String toString()
PragmaAnnotationtoString in class PragmaAnnotation