public static interface CompilationResult.MarkId
| Modifier and Type | Method and Description |
|---|---|
default Object |
getId()
Return the object which should be used in the
Mark. |
String |
getName()
A human readable name for this mark.
|
boolean |
isMarkAfter()
Indicates whether the mark is intended to identify the end of the last instruction or the
beginning of the next instruction.
|
String getName()
default Object getId()
Mark. On some platforms that may be
different than this object.boolean isMarkAfter()