public static class CompilationResult.CodeMark
extends Site
Mark which isn't very flexible since it's final. This
enforces some API for the mark object and can be converted into the standard mark for code
installation if necessary.| Modifier and Type | Field and Description |
|---|---|
CompilationResult.MarkId |
id
An object denoting extra semantic information about the machine code position of this
mark.
|
| Constructor and Description |
|---|
CodeMark(int pcOffset,
CompilationResult.MarkId id)
Creates a mark that associates
id with the machine code position
pcOffset. |
public final CompilationResult.MarkId id
public CodeMark(int pcOffset,
CompilationResult.MarkId id)
id with the machine code position
pcOffset.