|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface SyntheticInterface
Interface for synthetic interface methods. These primarily provide
consistency for call metadata, such as CallSite.getInterfaceMethod()
.
Method Summary | |
---|---|
void |
isolated()
Isolated marker calls. |
void |
leading()
Leading marker calls. |
void |
standard()
Standard, non-marker calls. |
void |
trailing()
Trailing marker calls. |
Method Detail |
---|
void standard()
Agent.mark(Object)
void trailing()
Agent.mark(Object)
void leading()
Agent.mark(Object)
void isolated()
Agent.mark(Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |